Hi,
I'm developing an application that needs to call some methods located inside a SOAP web service and read their responses. For security reasons my client does not allow me to access the service, so there's no way for me to reference it using the Visual Studio tool.
I do have a WSDL file, an interface with the methods I need to call and the web service address.
How can I call methods and get the responses without creating a reference to the web service inside Visual Studio?
Thank you all for the time and attention!