Hello,
I have a question how to get the last request an API method , my co programmer from other universe who handle the API told me that I need to use SOAP getLastRequest, so I look for solution and I read about http://www.php.net/manual/en/soapclient.getlastrequest.php, but were not using SOAP, we use WSClient, (I'm not familiar with both of them) . I see that the WSClient has its own getLastRequest from here http://phpwebservices.blogspot.com/2008/01/tracing-soap-messages.html, but its not working, I think that I really need SOAP getLastRequest. .
Can anyone help me how can I get the last request using soap? We use WSClient not SOAP client, so something like I just have to use soap client as a tester to get the last request. Thanks