How to call a webservice (cfm) from a servlet?
843841Apr 24 2006 — edited Apr 25 2006Hello guys,
I need to call an webservice that is in an address like this: http://www.address.com/service.cfm
I used to use it in a jsp, in a form, doing something like: <form action="http://www.address.com/service.cfm"> ...
The problem is that now I cannot use a jsp. I want to call it from the servlet (sending and receiving the parameters).. without any jsp.
Can someone show me how?
thanks