> Error:  
> 
> Name: http://serverNameHere/foldername/Billing.asmx?WSDL. 
> WSDL: http://serverNameHere/foldername/Billing.asmx?WSDL. 
> org.xml.sax.SAXException: Fatal Error: URI=null Line=11: The 
> element type "META" must be terminated by the matching 
> end-tag "". 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.
> 
> Code:
> 
> <cfinvoke
>     method="GetProjectListSOAP"
>     returnVariable="webReturn"      
>     webservice="http://serverNameHere/foldername/Billing.asmx?wsdl";;>
> </cfinvoke>
> 
> I can export the WSDL via a browser, even invoke the method: 
> GetProjectListSOAP by browser.  CFMX 7.1 generates the above error.

Since CF is finding a META tag, it sounds like CF is getting an HTTP page
(perhaps an error page?) instead of the WSDL it should be getting. This is
most often caused by name resolution problems, but might also be caused by a
proxy. What happens if you request the WSDL URL using CFHTTP?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
 
Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore and Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259995
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