User998482529 posted
Everywhere I look for hints to connect to a (web)service, I am advised to choose "add service reference" in VS2012, but that won't work in my current situation. The implementation in my case is a third party service, and the template is not able to continue
and cannot create a proxy for me. I don't know the implementation details other than the wsdl.
Now I am stuck with this situation: I have to connect to a third party service that has to be connected through HTTPS with a certificate. I have that in place allright. The template wizardry won’t work for me (VS2012). And yes, I have tried the advanced
options in all possible variations. Every template attempt strands in "There was an error downloading.....The request failed with HTTP status 400: bad request" So I am looking for a way to do it manually.
What I have available is the uri (https://webaddress.com/service.svc/nameofmethod) of the service, a
wsdl file describing the service, an xsd file of the service and an example of an
xml-soap message to send to the service.
How can I make a working connection / proxy to the service and call its methods with these ingredients?
Thanks!