Salesforce.com Error Migrating 10.0 to 11.1 API – Oracle BPEL

AshokTechnical TipsLeave a Comment

If you have experienced issues when moving from Salesforce.com API version 10.0 to 11.1, you should double check your content headers and security setup.  Following is the error you might receive in Oracle BPEL:

1
2
3
4
5
6
7
8
9
10
11
<remoteFault xmlns="http://schemas.oracle.com/bpel/extension”>
<part name="summary">
<summary>
exception on JaxRpc invoke: HTTP transport error:
javax.xml.soap.SOAPException:
java.security.PrivilegedActionException:
oracle.j2ee.ws.saaj.ContentTypeException:
Not a valid SOAP Content-Type: text/html; charset=UTF-8
</summary>
</part>
</remoteFault>

Leave a Reply

Your email address will not be published. Required fields are marked *