11 years ago
SoapUI request behind firewall
I am trying to test a WSDL with SOAPUI 5.0 from my company firewall. According to the web service team, and my local network team, the request is getting sent out and recieved back but I get the following return message:
HTTP/1.1 400 Bad Request
Connection: Keep-Alive
Content-Length: 404
Content-Type: text/xml; charset=utf-8
com.bloomberg.bas-rerouteFlag: false
<?xml version="1.0" encoding="UTF-8" ?><Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Body><Fault><faultcode>soap:Client</faultcode><faultstring>Failed to convert request from SOAP to BAS: SOAP request for service URI '/dlps' contains invalid SOAP envelope</faultstring><faultactor>/dlps</faultactor></Fault></Body></Envelope>
Can anyone help explain what is causing this?
HTTP/1.1 400 Bad Request
Connection: Keep-Alive
Content-Length: 404
Content-Type: text/xml; charset=utf-8
com.bloomberg.bas-rerouteFlag: false
<?xml version="1.0" encoding="UTF-8" ?><Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Body><Fault><faultcode>soap:Client</faultcode><faultstring>Failed to convert request from SOAP to BAS: SOAP request for service URI '/dlps' contains invalid SOAP envelope</faultstring><faultactor>/dlps</faultactor></Fault></Body></Envelope>
Can anyone help explain what is causing this?