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=""------>