Home
Posts Tagged "salesforce.com"
Posted
on Oct 19, 2010 in Case Studies, News and Updates, Technical Tips | 5 comments
As a follow up to our highly successful White Paper on Salesforce.com Integration with SOA 10g, we have released a new version using SOA 11g:
Salesforce.com Integration with SOA 11g
This is included as part of a resource kit offered by Oracle Corp. After registering for the resource kit, you will see a link to the white paper as seen in the below screenshot:

Enjoy!
Posted
on May 21, 2009 in Case Studies, Industry Trends, News and Updates, Technical Tips | 16 comments
Oracle Corporation has recently published a white paper written by M&S Consulting, where we take the opportunity to outline an integration approach to Salesforce.com using Oracle BPEL.
A Technical Case Study – Creating an Oracle BPEL adapter to integrate with Salesforce.com – Feb 2009
Below is the introduction to the article, which goes on to detail (with step-by-step screenshots) how to achieve integration with Salesforce.com…
read more
Posted
on Dec 9, 2007 in Technical Tips | 0 comments
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> |
Recent Comments