How to integrate soap web services with in CRM?
Hello CRMOD gurus. This is my first ever post in Oracle community . I am new to integrating web services with CRM. I need direction in understanding the integration. I know Oracle integration with web services is very powerful and can let us acheive tasks which out-of-the-box functionality couldn't provide. My request is as below:
Upon user activation I want to send an integration request with user details onto a queue ( I did this using a workflow ). I want to do a GetEvent to read details from the queue using Soap (I got the template), send another Soap request to update a variable. Can I know if this is possible? I have been trying to call soap web service request to get contents of the queue as an XML through a web applet on CRM but it doesn't seem to be working fine. Can I know if my approach is feasible. The request