Hi,
we are currently working on a project with coldfusion MX 6.1.
Our customer need to synchronize some datas with Siebel CRMOnDemand.
I wonder if anyone have done such a thing and if so, i think we need some help
It seems that CRMOnDemand WebServices are somewhat special, since there is no standard url to call for a webservices, each customer of siebel getting his own wsdl, describing the data structure they have parametered on CRMOndemand.
So, we can't invoke directly an adress (like for example).
Instead, they propose us to download the wsdl file on our server, and we need to create some stub classes so we can call the correct webservices online.
The fact is that i have no real idea on how to do that.
I have generated stub client classes with wscompile based on a sample time.wsdl file from siebel, but what to do next?:/
moreover, do i have to use a special syntax instead of the cfinvoke tag?
If anyone have a clue, it would be great, and sorry if its a newbie question.
Thanks.
Antoine
we are currently working on a project with coldfusion MX 6.1.
Our customer need to synchronize some datas with Siebel CRMOnDemand.
I wonder if anyone have done such a thing and if so, i think we need some help
It seems that CRMOnDemand WebServices are somewhat special, since there is no standard url to call for a webservices, each customer of siebel getting his own wsdl, describing the data structure they have parametered on CRMOndemand.
So, we can't invoke directly an adress (like for example).
Instead, they propose us to download the wsdl file on our server, and we need to create some stub classes so we can call the correct webservices online.
The fact is that i have no real idea on how to do that.
I have generated stub client classes with wscompile based on a sample time.wsdl file from siebel, but what to do next?:/
moreover, do i have to use a special syntax instead of the cfinvoke tag?
If anyone have a clue, it would be great, and sorry if its a newbie question.
Thanks.
Antoine