Web Service - Call with URL and return SOAP?
Hello,
Is there a way to call a Coldfusion web service with a URL like http://site/component.cfc?method=dosomething&parm=1, and send the response back as SOAP? Seems I receive a wddx response when I do it this way. I know I can create a web service object and invoke it from Coldfusion, which is really nice since we can use the SOAP response just like a query object. Is there a way to do this "invoking" just from a http call?
Thanks!
