如何将肥皂基本身份验证请求添加到 WSDL
我怎样才能对 WSDL 进行 Soap AUTH BASIC 身份验证,以便阅读 WSDL 的人知道我需要针对特定方法进行该操作?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用下面的示例,我成功地将 SOAP 基本身份验证传递到另一端的 php Web 服务。
PHP.net/Soapclient 有一个简单的工作示例,但在 csharp 中我发现此链接可以解决我的问题。
链接
Michaelis.MockService 是您可能会看到的提取的 Web 服务库有关如何执行此操作的示例:
链接 Mono 项目网站。
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.