You probably need to add ?wsdl onto the end of your webservice URL.  If you 
hit the URL you are passing in a browser, you are probably getting an error 
message.

Try https://devurl.asmx?wsdl in your browser and see if you get the WSDL. 
That is what CF needs.

~Brad


----- Original Message ----- 
From: "Steve Sequenzia" <[EMAIL PROTECTED]>> I have been trying to consume it 
using cfinvoke like this:
>
> <cfinvoke webservice = "https://devurl.asmx";
> method = "ZNAPing"
>  returnVariable = "getBack"
>  username="username"
>  password="password">
>
> <cfoutput>#getBack#</cfoutput>
>
> I am getting this error when I run it:
>
> Unable to parse WSDL as an XML document.
> Parsing error: Fatal Error: URI=null Line=69: The element type "p" must be 
> terminated by the matching end-tag "
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309545
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to