Hello 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