Is it possible to discover the input parameters for a SOAP web service?
Currently I'm var_dump'ing the result and getting the array structure of the result but everything is blank because I'm not passing the correct params. Is there a SOAP function that can tell me the input parameters?
I should mention, this web service didn't come with documentation. I know obviously documentation would be the first place to look but I have none. :)