Topic by Ujjwal Waghmare
Hi,
I was thinking if we can integrate Service cloud with salescloud. For example: A contact created in rightnow should be reflected in salescloud as well. I want to try it WITHOUT ICS. I want to create an addin using .Net wherein the user enters the contact details in rightnow and clicks a button and the contact details will be visible in salescloud as well
Also i have been trying to create a contact in rightnow(i know we can create contacts in rightnow but i was just trying it ;p because i might have to use the same logic for integrating it with salescloud) by making an addin in .Net. The code works perfectly when i don't put it in the workspace addin template(I wanted to create an addin where the the user will click the button and the contact will get created), but when i put it in the template i get the following error
“Custom tool warning: Cannot import wsdl:portType”
i used the soap wsdl for this.
Can someone tell me how to proceed with the same?
Thanks in advance! ;)