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 ?
相关问题
- WSDL list of complexType HOWTO- define, return fro
- How to fix unresolved types when importing Exchang
- The message with Action '' cannot be proce
- Set assignee field when creating an issue in JIRA
- Chrome plugin development: user:pass@url not suppo
相关文章
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- How to create base64Binary data?
- PHP SoapClient constructor very slow
- Using HTTP basic auth for certain URLs only with E
- How to deserialize a WCF soap response message fro
- Basic Authentication with jQuery.ajax request and
- .NET tool to generate wrapper for proxy classes
- Soap version mismatch in java
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.
link
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.