I am doing an HTTPClient POST request, and my request fails. The response is below.
The same POST payload runs OK in SoapUI.
What is the cause/definition of the 6003 error using HTTPClient?
=================================================================
Client
Soap Client error.
runReport
6003
This SOAP service is not supported.
runReport
=================================================================
Regards,
Stan Zihlman
You can use Fiddler or other tools to capture HTTP traffic and compare the good and bad HTTP requests.
Regards, Logan