> They''re calling it an XML/SOAP webservice. The full > documentation is here: > http://www.unipress.com/footprints/webservices/ > > Here's their example code for PHP. If I'm reading that > example code correctly (and it's possible that I'm not) it's > saying that the webservice resides here: > http://some.server.com/MRcgi/MRWebServices.pl (with "some server" > being our server - footprints.uwex.edu) > > Would you agree? And shouldn't that page return something? > That's the page that if you browse it returns a blank.
Well, according to this, I don't think there's a WSDL URL. I don't know if you should expect any output unless you send a properly formed SOAP envelope to it, though. You won't be able to do this with CFINVOKE, since that requires WSDL to generate stub files that map local methods to remote methods. So, your best bet is to build an XML document directly using CFXML, then use CFHTTP to send it to the SOAP URL, and see what you get back then. 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:249222 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

