Siebel IP 2016 to Salesforce Integration
Hi All,
We are planning to Integrate Siebel IP 2016 to Salesforce 18.
As Siebel IP 2016 is not supporting the Outbound Rest API Call, so only option left is to do with the Webservices.
I have done the following steps, but still I am not able to post the xml message to create a New Account in Salesforce.
1. Generated the WSDL in Salesforce.
2. Imported into Siebel.
3. Created IO,Proxy Business Service and Outbound Webservice.
4. Integration to Salesforce is 2 Steps process. First I am able to login to Salesforce with above outbound webservice and got the session Id.
5. Now with this session id, i have to send the Account xml. I am facing the issue in forming the xml with session header. I have tried with the Request Filter service at Outbound webservice, but I am getting the 'Status code - 500'(SBL-EAI-04117), I think this is due to the invalid xml format.