You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by James Wilson <wi...@ociweb.com> on 2005/08/05 15:58:50 UTC

AxisServlet Provide HTML Input Form?

I've worked in the past with BEA's web service generation.  I found it usefull
to have the simple HTML input form they provide for sending test messages into
the service.  Is there any plans to expand the reportServiceInfo(...) method on
the AxisServlet to provide a simple HTML service interface?

I would expect that this could be done completely dynamic, building the HTML
form based on the WSDL of the service requested:
    http://localhost:8080/mywebapp/services/MyServicePort

If none is planned, I may try to find time to investigate the viability of such
a solution...

-James

Re: AxisServlet Provide HTML Input Form?

Posted by Davanum Srinivas <da...@gmail.com>.
+1 from me. None is planned.

-- dims

On 8/5/05, James Wilson <wi...@ociweb.com> wrote:
> I've worked in the past with BEA's web service generation.  I found it usefull
> to have the simple HTML input form they provide for sending test messages into
> the service.  Is there any plans to expand the reportServiceInfo(...) method on
> the AxisServlet to provide a simple HTML service interface?
> 
> I would expect that this could be done completely dynamic, building the HTML
> form based on the WSDL of the service requested:
>     http://localhost:8080/mywebapp/services/MyServicePort
> 
> If none is planned, I may try to find time to investigate the viability of such
> a solution...
> 
> -James
> 


-- 
Davanum Srinivas -http://blogs.cocoondev.org/dims/