Question
Understanding Web Services
- I'm trying to understand when I would use cfinvoke vs cfhttp to consume a web service. Is it just two ways to skin a cat?
- Does the extension ?wsdl have to be added to the url, or can it be left off? I consume some remote CF services that work without it. Would the wsdl only be used with a remote component if it is to be registered as a component in cfadmin?
- Do I only need to register web services in cf admin when I don't want to use the full url in the call to the web service?
I appreciate any clarification provided.