Hi list,

I have to install a WS that an another consultant wrote, and I'm a bit lost.
He provided the DeploymentDescriptor.xml and the WSDL files that I need
(It's a server-side service, they will call it from a .NET client app).  My
ApacheSOAP installation seems to be fine, I can go to the admin interface
and rpcrouter is answering 'Sorry, I don't speak via HTTP GET ', so so far
everything is normal.

I tried to deploy the app this way:

java org.apache.soap.server.ServiceManagerClient \
http://xxxx/telus/servlet/rpcrouter deploy DeploymentDescriptor.xml

And it was added as a deployed services.  But where do I put the app ???
The app is simply two Java classes, one of them is the class with the
service method described in the DeploymentDescriptor.xml file.  It's neither
a servlet or JSP file, so I really don't know where I need to put the app
:-/

Thanks.

Reply via email to