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/06/04 15:36:55 UTC

DO NOT REPLY [Bug 20478] New: - 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

           Summary: generate an HTML form which allows the user to fill in
                    the args and invoke the service
           Product: Axis
           Version: future (enh)
          Platform: All
               URL: http://host:8080/axis/services
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: ingrid.falk@loria.fr


when pointing the browser to the URL above you usually get a list of services
and methods. it would be useful to have fields for each method so you can enter 
values for the arguments and invoke it - as you do by calling:
http://host:8080/axis/services/serviceName?param1=value1&param2=value2...