Answered
Consuming a web service
I am not sure how to get to a web service. The web service is
written in Perl and from a browser I pass it a string, and the
service passes back my results:
I enter to the browser:
http://server/chkuser.pl?ID=12345
and either a 0 or a longer string is returned.
How do I call this web service from a CF page?
How do I reference what is returned?
I enter to the browser:
http://server/chkuser.pl?ID=12345
and either a 0 or a longer string is returned.
How do I call this web service from a CF page?
How do I reference what is returned?
