My BPEL process is calling a 3rd party SOAP service. The service is returning the header:
Content-Type: application/soap+xml; charset=utf-8
and envelope namespace:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
My understanding, because of this combination I am receiving:
oracle.j2ee.ws.saaj.soap.SOAPVersionMismatchException: Mime Header Content-Type: application/soap+xml requires SOAP envelope namespace: http://www.w3.org/2003/05/soap-envelope
We have no control over the 3rd party WS. Is there a fix or way around this problem?