Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOAPVersionMismatchException because Content-Type: application/soap+xml

Lonnie LewisJan 19 2017 — edited Jan 19 2017

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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2017
Added on Jan 19 2017
2 comments
1,351 views