Click here to Skip to main content
15,887,485 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 6:56
professionalJeremy Falcon13-Jul-23 6:56 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 6:57
professionalJeremy Falcon13-Jul-23 6:57 
GeneralRe: javascript web app Pin
Sean Ewington14-Jul-23 3:40
staffSean Ewington14-Jul-23 3:40 
GeneralRe: javascript web app Pin
Coolrasta12-Jul-23 22:53
Coolrasta12-Jul-23 22:53 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 4:28
professionalJeremy Falcon13-Jul-23 4:28 
QuestionGenerate the CS classes for a SOAP web service Pin
Richard Andrew x6421-Jun-23 6:22
professionalRichard Andrew x6421-Jun-23 6:22 
AnswerRe: Generate the CS classes for a SOAP web service Pin
jschell22-Jun-23 8:11
jschell22-Jun-23 8:11 
AnswerRe: Generate the CS classes for a SOAP web service Pin
Mohammad Sadegh FadaiFard27-Jun-23 1:22
Mohammad Sadegh FadaiFard27-Jun-23 1:22 
Hi. I'm new here, I saw your question and ask it from chat GPT.
this is the answer that I took from it:
It is still possible to add a reference to a SOAP web service in Visual Studio and have it generate the necessary C# files to call the service. However, the process may have changed slightly since 2005, reflecting advancements in technology and the increasing popularity of RESTful APIs.

In recent versions of Visual Studio, the process of adding a reference to a SOAP web service involves using the "Add Service Reference" feature. This feature allows you to specify the URL of the WSDL (Web Services Description Language) file associated with the SOAP web service. Visual Studio will then generate the client-side proxy classes and other necessary artifacts based on the information provided in the WSDL.

To add a reference to a SOAP web service, follow these steps:

In Visual Studio, right-click on your project in the Solution Explorer and select "Add Service Reference" (or "Add Web Reference" in older versions of Visual Studio).

In the "Add Service Reference" dialog, click on the "Advanced" button.

In the "Service Reference Settings" dialog, click on the "Add Web Reference" button.

Enter the URL of the WSDL file for the SOAP web service in the "URL" field and click "Go".

Visual Studio will retrieve the WSDL and display the available web service methods. Specify a namespace for the generated client-side proxy classes and click "Add Reference".

Visual Studio will then generate the necessary C# files and create a client-side proxy class that you can use to interact with the SOAP web service.

However, it's worth noting that with the rise of RESTful APIs and the increasing adoption of modern web service standards, such as JSON over HTTP, SOAP-based web services have become less common in recent years. RESTful APIs are often preferred due to their simplicity, scalability, and compatibility with a wider range of platforms and technologies. Therefore, the tools and features in Visual Studio may focus more on RESTful web services. Nonetheless, Visual Studio still supports SOAP web services and provides functionality to work with them.

If you're unsure about the options available in your specific version of Visual Studio, consulting the documentation or seeking assistance from the Visual Studio community can provide you with more detailed and up-to-date information.

I don't know if it is right or not, but maybe help you to find it out.
GeneralRe: Generate the CS classes for a SOAP web service Pin
Richard MacCutchan27-Jun-23 1:28
mveRichard MacCutchan27-Jun-23 1:28 
GeneralRe: Generate the CS classes for a SOAP web service Pin
Mohammad Sadegh FadaiFard27-Jun-23 1:57
Mohammad Sadegh FadaiFard27-Jun-23 1:57 
AnswerRe: Generate the CS classes for a SOAP web service Pin
Kateyi20-Dec-23 22:11
Kateyi20-Dec-23 22:11 
Questioncodigo fuente Pin
Jesus Zapa Fadul20-Jun-23 8:22
Jesus Zapa Fadul20-Jun-23 8:22 
QuestionUsing rdlc report viewer with .Net Core (Blazor) Pin
Richard Jones6-Jun-23 3:32
Richard Jones6-Jun-23 3:32 
AnswerRe: Using rdlc report viewer with .Net Core (Blazor) Pin
Richard Deeming6-Jun-23 5:50
mveRichard Deeming6-Jun-23 5:50 
GeneralRe: Using rdlc report viewer with .Net Core (Blazor) Pin
Richard Jones6-Jun-23 6:32
Richard Jones6-Jun-23 6:32 
QuestionBest resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Member 1231503030-May-23 7:27
Member 1231503030-May-23 7:27 
AnswerRe: Best resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Richard Deeming30-May-23 21:17
mveRichard Deeming30-May-23 21:17 
GeneralRe: Best resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Member 1231503031-May-23 1:42
Member 1231503031-May-23 1:42 
AnswerRe: Best resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Jeremy Falcon11-Jun-23 5:04
professionalJeremy Falcon11-Jun-23 5:04 
GeneralRe: Best resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Member 1231503013-Jun-23 13:07
Member 1231503013-Jun-23 13:07 
AnswerMessage Closed Pin
13-Jun-23 2:14
Taazaa Inc13-Jun-23 2:14 
GeneralRe: Best resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Member 1231503013-Jun-23 13:10
Member 1231503013-Jun-23 13:10 
Question(min) / (max) Pin
Member 159961714-May-23 13:35
Member 159961714-May-23 13:35 
AnswerRe: (min) / (max) Pin
Richard MacCutchan4-May-23 22:02
mveRichard MacCutchan4-May-23 22:02 
GeneralRe: (min) / (max) Pin
Member 159961715-May-23 13:12
Member 159961715-May-23 13:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.