You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/10/30 15:04:29 UTC

DO NOT REPLY [Bug 20478] - generate an HTML form which allows the user to fill in the args and invoke the service

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20478>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20478

generate an HTML form which allows the user to fill in the args and invoke the service





------- Additional Comments From ingrid.falk@loria.fr  2003-10-30 14:04 -------
i refactored the servlet: it's not in the axis source tree any more. 

How should i submit the code? it consists of some source files, build files,
html files and configuration files, you have to build a .war file before you can
use it.

imho it would fit into the ws-axis/addons directory.

you invoke the servlet with a URL to a WSDL, it builds an org.apache.axis.Call
array from the WSDL and a HTML form, so you can enter parameter values. When you
submit the form, the Call is invoked and you can see the result.