通过 asp.net 使用 php Web 服务
我想使用 ASP.NET 使用 php Web 服务,但 Web 服务需要发布数据。那么添加参考选项卡对我不起作用?这个问题有什么解决办法吗?
谢谢
i wanna consume a php web service with asp.net but web service requires post data. So add reference tab is not working for me? is there any solution to that problem.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 php 服务有 WSDL,您可以使用它来使用 .Net 中的服务,否则您需要手动生成肥皂消息 - 请参阅 使用 XMLDocument VB.NET 构建 SOAP 消息作为示例
If your php service has a WSDL, you can use that to consume the service in .Net, otherwise you need to generate your soap messages manually - see Building SOAP message with XMLDocument VB.NET for an example