Hey guys,

I'm having basic trouble deploying my own webservice on axis. I've followed all of the given examples and haven't had any trouble with them so far... until I wrote my own. The problem occurs when I go to view my deployed service on http://joni.cs.tcd.ie:8080/axis/servlet/AxisServlet. My web service isn't listed for some odd reason.

These are the steps i been taking taking.

Step 1: deploy using the admin client

--> java org.apache.axis.client.AdminClient deploy.wsdd

After which I get returned <Admin>Done processing</Admin>

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

"""""""""""""""""""""""My deploy.wsdd"""""""""""""""""""""""""""""""

<deployment xmlns="http://xml.apache.org/axis/wsdd/"

xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

<service name="OntologyDataExtractor" provider="java:RPC">

<parameter name="className" value="com.trinity.webservices.swoogle.OntologyDataExtractor"/>

<parameter name="allowedMethods" value="*"/>

<beanMapping qname="myNS:Swoogle" xmlns:myNS="urn:SwoogleService"

languageSpecificType="java:com.trinity.webservices.swoogle"/>

</service>

</deployment>

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Step 2: I've also added my class files to the classes folder under the axis directory

classes->com->trinity->webservice->swoogle->OntologyDataExtractor

AXIS IS TELLING ME THAT THE SERVICE HAS BEEN DEPLOYED BUT IT CLEARLY HASN'T BEEN. CAN ANYONE TELL ME WHY THIS IS AND HOW I MIGHT RESOLVE THE PROBLEM.

Regards,

Rory..

 

 

 

 



STOP MORE SPAM with the new MSN 8 and get 2 months FREE*

Reply via email to