> That's what I was trying to clarify. I'm pretty sure > Footprints doesn't generate a WSDL. (There's no mention of > WSDL in their documentation.) It's a perl webservice implementation. > According to the docs, you call a .pl file. When I call that > .pl file with a browser, I get nothing. Somethings wrong with > the service itself, yes?
If this is a SOAP web service, you should have a WSDL URL for that service. If there's no WSDL, it probably isn't a SOAP web service. However, there are other standards for web services. Perhaps it's a REST web service? You won't be able to call that with CFINVOKE, which is SOAP-only, but you could build your own request 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, 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:249200 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

