| | |
Connectiong to a remote web service!!
Please support our ColdFusion advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jul 2007
Posts: 1
Reputation:
Solved Threads: 0
Hi All,
I really need help with this as I have been banging my head against a brick but no luck.
I need to connect and invoke a web service from a credit ref agency. The vendor has given me a toolkit CD with their WSDL file on; where I found this code snipet at the bottom of the file:
I have tried adding ?wsdl at the end of the https://domain.co.uk/GenericAPIPageController.asp but get the [Could not generate stub objects for web service invocation] error!
I also tried hosting the wsdl file locally using http://localhost/filename.wsdl
but still get the same error
I am using the <cfinvoke>tag like follows:
Could somebody please help....any ideas is welcome!!
Critical5
I really need help with this as I have been banging my head against a brick but no luck.
I need to connect and invoke a web service from a credit ref agency. The vendor has given me a toolkit CD with their WSDL file on; where I found this code snipet at the bottom of the file:
ColdFusion Syntax (Toggle Plain Text)
<service name="name"> <port name="soap_port" binding="nsp:binding"> <soap:address location="https://domain.co.uk/GenericAPIPageController.asp"/> </port> </service>
I have tried adding ?wsdl at the end of the https://domain.co.uk/GenericAPIPageController.asp but get the [Could not generate stub objects for web service invocation] error!
I also tried hosting the wsdl file locally using http://localhost/filename.wsdl
but still get the same error
I am using the <cfinvoke>tag like follows:
ColdFusion Syntax (Toggle Plain Text)
<cfinvoke webservice="http://localhost/filename.wsdl" method="method_name" returnvariable="creditrequest"> <cfinvokeargument name="company" value="mycompany"/> <cfinvokeargument name="username" value="myuse"/> <cfinvokeargument name="password" value="mypasswrd"/> </cfinvoke>
Could somebody please help....any ideas is welcome!!
Critical5
![]() |
Similar Threads
- Web Service (ASP.NET)
- how to get the connected user name in web service (C#)
- Strange WSE error when trying to connect to web service (RSS, Web Services and SOAP)
- Send string to a web service (C#)
- Web Service with ASP .Net (ASP.NET)
- VB.NET Web service using COM component - "Object variable or With block variable ..." (VB.NET)
- Installing a web service and a form application together (ASP.NET)
- ATL Web Service (C)
Other Threads in the ColdFusion Forum
- Previous Thread: CF News Article Posting Dilemma
- Next Thread: cfgrid inside an HTML table... possible?
| Thread Tools | Search this Thread |





