Salesforce.com Error Migrating 10.0 to 11.1 API - Oracle BPEL
By M&S Consulting (Ashok) on Dec 9th, 2007
Filed Under Technical Tips // Tags: oracle soa bpel, salesforce.com
Filed Under Technical Tips // Tags: oracle soa bpel, salesforce.com
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> |
Related Information:
- BPEL Worklist Application Error
I wanted to note that our team has received an error when managers logged into the Worklist Application on one...
- Salesforce.com Integration - Oracle Fusion Middleware SOA and BPEL
Oracle Corporation has recently published a white paper written by M&S Consulting, where we take the opportunity to outline an...
- Invalid Nested Schema Loading Error with Oracle BPEL, AIA/PIP
I faced this issue in the context of building an Application Business Connector Service (ABCS) using AIA / PIP, so...
- IIS Error - W3SVC Not Starting - Event ID 115
Did your personal IIS stop working recently — the one you run on XP perhaps? Did you get the following...
- Asynchronous vs Synchronous BPEL Processes
Asynchronous and Synchronous BPEL processes, as their names imply, process a request in parallel or sequenctially respectively. Screenshot: Invoke Asynchronous...
- OID Install in Oracle Enterprise Linux (OEL) 5 - Shared Libraries Error
When installing 10g OID on OEL5, if you run into the following error, you can run the below commands to...
