How can I had soap AUTH BASIC auth to a WSDL, so who ever reads the WSDL knows I require that operation for a specific method ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Using the example bellow I have managed to pass the SOAP basic autentication to the php webservice on the other end. The PHP.net/Soapclient has a simple working example, but in csharp I found this link to be a solution to my problem. Michaelis.MockService is the Webservice library extracted you may see an example on how to do this in: link Mono project website.
|
|||
|
|
|
There is no way to specify this, as far as I know. |
|||||||
|