|
Some things to check (I've not tried it with the
Axis server, only under Orion):
1. Running http://localhost:6060/services/AxisServlet do
you see the newly deployed service in the list of services? Do the other
services work if you click on the hyperlinks?
2. Check the WEB-INF/server-config.wsdd file - are
the following elements correct:
<service
name="MySampleService" provider="java:RPC">
<parameter
name="allowedMethods"
value="*"/>
<-- note that you need to expose at least some methods
<parameter name="className" value="com.acme.YourClassName"/> 3. Make sure you classes are in the WEB-INF/classes
folder structure (although that would probably give a noclassfound exception).
Also check that axis.jar is on the classpath.
Xander
|
Title: SimpleAxisServer & ?wsdl
- SimpleAxisServer & ?wsdl Simon Fell
- RPC and message communication Xander van der Merwe
- RPC and message communication niksa_os
- RE: RPC and message communication Anne Thomas Manes
- Re: RPC and message communication Pae Choi
- Re: RPC and message communication Pae Choi
- Re: SimpleAxisServer & ?wsdl Steve Loughran
- RE: SimpleAxisServer & ?wsdl Tom Jordahl
