RE: Invoking web services via Tomcat

2006-07-06 Thread Mike Noel
[EMAIL PROTECTED] wrote: > Hello, > > I've used Tomcat to build web services and it is terrific. > Thanks a lot to all the Tomcat developers. > > I need to call out from a servlet to a remote web service. > I know I can do this by piecing together a HTTP POST, > but I wonder if there are some fun

Re: Invoking web services via Tomcat

2006-06-13 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hello, > > I've used Tomcat to build web services and it is terrific. > Thanks a lot to all the Tomcat developers. > > I need to call out from a servlet to a remote web service. > I know I can do this by piecing together a HTTP POST, > but I wonder if there are some fun

Invoking web services via Tomcat

2006-06-13 Thread [EMAIL PROTECTED]
Hello, I've used Tomcat to build web services and it is terrific. Thanks a lot to all the Tomcat developers. I need to call out from a servlet to a remote web service. I know I can do this by piecing together a HTTP POST, but I wonder if there are some functions in Tomcat to make this easier. Hop