Hi,
I am trying to discover how one passes arguments to a web-service using
the URL.
For example, I have the following web-service
xml_fragment get_form(xml_fragment x)
which of course can be accessed via
http://localhost:8080/axis/Servlet/IntelligentForm?method=get_form
but what I wa
On Fri, Jul 11, 2003 at 12:48:12PM -0700, mzahirovic wrote:
>The interface of the web services is changing constantly so is the
>wsdd file. This is just a part of the ongoing development.
>
>How do you restart just axis application using an ant task?
>
See http://marc.theaimsgroup.com
lem.
>
>
>
> Jason,
>
> Could you explain: What is the Ant task "reload"?
>
> Thanks.
>
> Steve
>
> > Peter,
> >
> > After deploying you can do a reload of Axis to pick up the new service
> > without having to start Tomcat. You ca
Hi,
I seem to be having a problem where if I redeploy a service, the
web-service still uses the old versions of the class files and returns
the old answer. The only way I can get the new class files is to
restart Tomcat.
I'm trying to interactively develop a web-service using Axis 1.1
deployed i
On Wed, Jul 09, 2003 at 12:45:18PM +0200, Andreas Bohnert wrote:
> examples/message should be a good starting point
>
Thanks for the pointer.
Does anyone else have anyother information sources about document and
wrapper services?
.
Regards,
Peter Ross