passing arguments to a web service using a http URL

2003-07-14 Thread Peter Ross
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

Re: Un/Deploying web services w/o AdminClient

2003-07-14 Thread Peter Ross
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

Re: redeployment of web-service class files problem.

2003-07-11 Thread Peter Ross
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

redeployment of web-service class files problem.

2003-07-10 Thread Peter Ross
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

Re: Getting a webservice to return it's result as XML.

2003-07-09 Thread Peter Ross
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?

Getting a webservice to return it's result as XML.

2003-07-09 Thread Peter Ross
. Regards, Peter Ross