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



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>
Bookmark and Share

Related Information:

  1. BPEL Worklist Application Error
    I wanted to note that...
  2. Invalid Nested Schema Loading Error with Oracle BPEL, AIA/PIP
    I faced this issue in...
  3. Salesforce.com Integration – Oracle Fusion Middleware SOA and BPEL
    Oracle Corporation has recently published...
  4. Asynchronous vs Synchronous BPEL Processes
    Asynchronous and Synchronous BPEL processes,...
  5. Salesforce.com Integration with SOA 11g
    As a follow up to...
  6. BPEL Database Polling – Oracle SOA 10.1.3.x in JDeveloper (Asynchronous)
    Polling for changes in a...
  7. OID Install in Oracle Enterprise Linux (OEL) 5 – Shared Libraries Error
    When installing 10g OID on...
  8. BPEL
    Following are a few of...

Leave a Reply