Hello,
 I am trying to determine if my webservice is being 'deployed'. I have wrapped Axis into my own webapp by:
 - copying the jars into WEB-INF/lib
 - copying the contents of Axis Webapp's web.xml into my web.xml
 Then I wrote a service (now just one java class) which gets compiled, jared, and put in WEB-INF/lib.
 To the WEB-INF folder I added 'server-config.wsdd' with the following contents:

 <?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
    <service name="GMP" provider="java:RPC">
        <parameter name="className" value="com.kodak.sis.gmp.webapp.services.GMPService" />
        <parameter name="allowedMethods" value="*" />
    </service>
</deployment>

How do I know if my service has been deployed?

Ryan Cuprak
[EMAIL PROTECTED]
Office: (203)-786-5682
Cell: (203)-376-8789

Reply via email to