Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Antonin34 #1
Calling Siebel CRMOnDemand WebServices
Hi, we are currently working on a project where we need to call some Siebel
CRMOnDemand WebServices. When we use the cfinvoke tag to call for a simple
webservice (time.wsdl), we get the following error : Could not generate stub
objects for web service invocation. Name:
[url]https://secure.crmondemand.com/Services/Integration/Time.wsdl;jsessionid=0000WTh[/url]
zxRJuAAuyxG7SEGHiwYc:v5h9himk. WSDL:
[url]https://secure.crmondemand.com/Services/Integration/Time.wsdl;jsessionid=0000WTh[/url]
zxRJuAAuyxG7SEGHiwYc:v5h9himk. org.xml.sax.SAXException: Fatal Error: URI=null
Line=1: XML declaration may only begin entities. It is recommended that you use
a web browser to retrieve and examine the requested WSDL document for
correctness. If the requested WSDL document can't be retrieved or it
is dynamically generated, it is likely that the target web service has
programming errors. The fact is that we know CRMOnDemand webservices are
somewhat weird (since they are not stateless). Some docs we found say that we
need to instantiate some stub objects on our servers so we can call for the
siebel webservices. Does anybody know have a clue on how to do that, and more
generally, on how to call Siebel Webservices from a Coldfusion 6.1 server?
Thanks a lot Antoine
Antonin34 Guest
-
how to access siebel from asp
how to access siebel from asp ? -- Sivaswami Jeganathan -
wse router calling 2 diff webservices
hi all I am unable to call to different webservices using a router , Router looks like this <?xml version="1.0" ?> <r:referrals... -
Calling webservices from a Pocket PC
I am able to connect from a console test application to a webservice on my local machine. I am unable to connect to the same webservice from a... -
Help needed regarding calling webservices
Hi All, I am facing a problem calling a web service without generating proxy class. I am using vb.net (windows application) with soap toolkit 3.0.... -
Do .Net Client Applications require MSSoap dlls for calling WebServices?
Dear All, Do .Net Client Applications require MSSoap dlls for calling WebServices? My clients will have only .Net runtime installed on their... -
Tom Jordahl #2
Re: Calling Siebel CRMOnDemand WebServices
You have the ";jsessionid=..." on the WSDL URL, which is wrong. This
session has probably timed out so an error instead of XML is being returned.
Remove that and make sure you really get WSDL/XML back from the URL.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

