Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
shantan #1
Calling ASP.NET WEB SERVICE FROM COLDFUSION
I used simply calling ASP.NET WEB SERVICE FROM COLDFUSION. I a describing the
way I called.
<html>
<body>
<!---cfobject
webservice="http://localhost/Webservice9/service1.asmx?wsd"---->
<cfinvoke
webservice="http://10.16.16.69/Webservice9/service1.asmx?wsd"
method="AccountCreation"
seqID="27"
returntype="">
</cfinvoke>
<!---<cfinvokeargument name="RequestID" value="2"/> returnvariable=""------>
<!--<cfoutput>testing</cfoutput>-->
</body>
</html>
I get following ERROR! PLease help me
Could not generate stub objects for web service invocation.
Name: [url]http://10.16.16.69/Webservice9/service1.asmx?wsd[/url]. WSDL:
[url]http://10.16.16.69/Webservice9/service1.asmx?wsd[/url]. org.xml.sax.SAXException:
Fatal Error: URI=null Line=63: Expected "
" to terminate element starting on line 61. 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 error occurred in C:\Inetpub\wwwroot\supporthome\OSSAcct\Muralifinal .cfm:
line 9
7 : method="AccountCreation"
8 : seqID="27"
9 : returntype="">
10 : </cfinvoke>
11 : <!---<cfinvokeargument name="RequestID" value="2"/>
returnvariable=""------>
shantan Guest
-
Coldfusion calling DTS
Do any one know how call Data Transformation Services using coldfusion?I need to transform a CSV file into a the Database table.Any kind of... -
Calling Flex from ColdFusion
I'm not sure if it's even possible, it seems like it should be.. but... Is it possible to include a Flex page inside a ColdFusion website? (i.e.... -
Who is calling my WEB SERVICE ?
hi all I have a few web services, I want to find out when a particular web service is called........ is it possible in my web service to find the... -
Calling an Asynch web service within a web service.
I have read two different articles regarding optimizing thread pool utilization by calling asynchrounous web methods and then calling an... -
Calling an coldfusion template from a ASP script
G'day, On the server i am using a asp script to loop thru an xml file that contains a number of email addresses. When i pick up a email address i...



Reply With Quote

