I'm trying to play around with the SOAP API for the AXIS soap client, but I'm having a bit of a problem figuring out the API.
I've built the WSDL files, read over them and got an idea of what operations are available, but....a lot of them require parameters, i.e. in0, in1, in2 etc...
I can guess that some of these parameters are supposed to be the credentials, from looking over the sample files included, but I'm having a hard time figuring out what the other parameters are supposed to be.
I'm using PHP and the NuSoap library to make the SOAP calls.
Does anyone have an explanation for the API or any parameter definitions?
Any help is appreciated.
Cheers,
Conor