Siebel and Salesforce SOAP Integration
Dear Team,
We are working on integrating Siebel 8.1.1.11 with Salesforce release 18.
We are facing some challenges in outbound and inbound SOAP requests.
a) Inbound Webservices:
Currently while testing the Inbound Webservices, the WSDL URL we are testing in SOAP UI is as follows - http://SERVERURL/eai_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&UserName=ID&Password=PWD
I need to know how can we do a smarter authentication maybe using sessions/tokens, so that we do not have to specify the UserName and Password in clear text in the WSDL URL
b) Outbound Webservices
For outbound to connect to Salesforce, we are first doing a login() API call to Salesforce and then they are passing us the SessionId, now we have a Filter Business Service which will add the custom header with SessionId (from Salesforce) so that we can create a new record in Salesforce system.