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:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to