Fetch Contact Records and Update a contact record from .net connector
Hi All
I am building a c# connector that will connect with siebel to fetch the contact and able to update the contact record.
I have done my research and able to find out ways to do . From siebel we have to deploy the web service and use the wsdl to call the functions.
I have gone through two web services provided by seiebel one is outbound - https://docs.oracle.com/cd/E14004_01/books/CRMWeb/CRMWeb_81PrimaryWebServ19.html#wp1105068
The other is inbound -
https://docs.oracle.com/cd/E14004_01/books/CRMWeb/CRMWeb_81PrimaryWebServ15.html#wp1027460
Please tell me the steps how to achieve it.