Ok... I found out that it's iis 6 that is blocking my cf server from accessing the *.wsdl files
401 Unauthorized > Now I'm trying to figure out how to change the iis settings... Steini On 10/12/06, Thorsteinn Jónsson <[EMAIL PROTECTED]> wrote: > > Thank you Dave, > > I just tried that. > > I got the content over cfhttp ... saved it as f.ex. someWS.wsdl... > modified the <wsdlsoap:address location=""/> > Do I still call the new file with <cfinvoke webservice="" ...> ? > > Well doing this, I'm getting the following error: > Could not generate stub objects for web service invocation. > > > > Some links... + > > 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 servicehas > > programming errors. > > > > And I'm sure... I only modified the url in <wsdlsoap:address location=""/> > > > Thank you for your help. > > Steini > > > On 10/11/06, Dave Watts <[EMAIL PROTECTED]> wrote: > > > > > What you discribe is happening to me. > > > Infact, the web service cfc returns a path that is not > > > accessible though the firewall ... and the reverse proxy on > > > my production environment. > > > > > > Do you know how to modify the aut generated WSDL? > > > Or is there a way to do modifications on the server in order > > > to fix the path? > > > > Just save the generated file to a location on your web server, then edit > > it > > in your text editor of choice to resolve correctly. > > > > 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, 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:256524 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

