soap - PHP SoapClient: Get list of all functions with parameters -


I am consuming a SOAP web service from a third party vendor, and with some work to change the service Problems are coming randomly (named parameters, parameters added and removed) Clearly, this is not what we want to see, so whenever I am trying to write a script to notify me in the webservice switch.

Using PHP's Soap Client, I can drag a list of all the functions to the webservice, though all the functions are a list of parameters that appears to be the container for the remaining parameters. I have SOAP clients in the WSDL mode , So I think there is no way to pull a full parameter list for each function.

Any advice?

With the entries of some of the above comments, if you have methods / parameters to meet your needs SOAP client could not find the exact reflection of, then surely you have nothing to stop it while taking a hashed from the WSDL, and it has made you compare with a hash, whether there is any change or not.

If you want to get more detail on what's the change, then you can go one step further and parse WSDL with some XML libraries and compare the nodes for the changes .

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -