Are there any major issues using 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.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions