开发者

Are there any major issues using inbuilt SOAP support in PHP 5.3?

I've seen some questions where people have trouble with accessing .NET SOAP web services from PHP and there appears to be an issue with namespaces when using a distributed WSDL.

Are 开发者_如何学运维there any other problems with the inbuilt SOAP support in PHP 5.3?


In my experience the interoperability of the built in soap classes is the best I've seen so far with PHP soap libraries. The main issue is usually understanding what the WSDL is asking for in terms of types. Using a combination of __getMethods() and __getTypes() you should be able to figure out how to construct the objects (or arrays) to pass to the remote methods with little effort. I've used the SoapClient to connect to at least .NET and WebSphere and many others with little issue.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜