I'm using PHP5 integrated SOAP Client. My web service method accepts around 30 parameters from string and int to bool and double. Upon calling the method I get the following error:
Fatal error: Uncaught SoapFault exception: [soap:Client] Server was unable to read request.
---> There is an error in XML document (3, 983).
---> Input string was not in a correct format.
How can I get to this XML document to check what this error is about? Do I do this on PHP side or on .Net side?