You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by tlug <tl...@cr542438-a.wlfdle1.on.wave.home.com> on 2002/02/27 22:24:54 UTC

Re: Sorry, I don't speak via HTTP GET error message

The issue is you are just typing in the URL into a web browser.  The servlet (I.E. soap) is expecting to read information from a web page form post.   
 
Basically there are two ways to transmitt info.  1) encode the info into the URL string (called part of the query string) or to transmitte it back as form data (which will allow more information to be sent back). 

Hope this help.  I am sure that the sample you are trying to use comes with some web pages to run....

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>