While technically possible, you should try another approach. IIRC, there's a limit to how long a querystring can be. What are you trying to accomplish?
jimmy.hunt - 29 Aug 2006 23:45 GMT
I need to allow a company to be able to submit an xml value into our system at anytime. It will probably be scheduled but I'm not sure. Any thoughts?
Thanks!
cf_menace - 30 Aug 2006 23:50 GMT
I don't know why I wasn't thinking about this when I made my last post. You can
setup a Coldfusion Component (CFC) as a Web Service to accept XML through a
WSDL call. Check out the http://www.adobe.com/devnet/coldfusion/ for
http://www.adobe.com/devnet/coldfusion/webservices.html
jimmy.hunt - 31 Aug 2006 22:12 GMT
Do you know of any online tutorials that could help me use this technology?
Thanks!