HTTP/1.1 400 Proxy error
Need help with this error. After talking with my Network team, I was told that we do not have Proxy Servers. I set the Proxy Settings to None in SOAPUI. I am getting the following error when trying to execute a SOAP request generated from the WSDL:
HTTP/1.1 400 Proxy error
Transfer-Encoding: chunked
Content-Type: text/plain
Server: Microsoft-IIS/8.5
X-FourJs-Server: GAS/2.50.50-154989
X-Powered-By: ASP.NET
Date: Fri, 15 Feb 2019 16:02:04 GMT
Proxy encountered error during request processing
Hey!
I think the 'proxy error' is steering you in the wrong direction - I think the developers who developed the app have gotten their exception handling muddled - 400 is a bad request/malformed request, not relevant to a proxy and this is backed by your network guys.
So - there's a problem with either the SOAP envelope or the payload within the SoapBody tag.
If you can publish the SOAP request and response and the .wsdl and .xsd - we should be able to identify what went wrong!
Cheers,
richie