且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

用PHP调用.NET Web服务

更新时间:2023-02-15 22:11:48

下面是previous问题上的SO:的如何轻松地从PHP 使用Web服务

Here is a previous question on SO: How to easily consume a web service from PHP

您可以通过将形成如下所示的URL获得到.NET Web服务的WSDL:

You can get to the wsdl of the .NET webservice by going to a url formed like the following:

http://url/service.asmx?wsdl

http://url/service.svc?wsdl