-----Original Message-----
From: rory galvin [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 29, 2004 11:54 AM
To: [EMAIL PROTECTED]
Subject: deployment problems
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*
As
step 1, I would open up server-config.wsdd under web-app and see your services
are listed.
Jai
- Deployment problems Mayne, Peter
- Re: Deployment problems Alexander Berry,Jr.
- Re: Deployment problems Alexander Berry,Jr.
- RE: Deployment problems Mayne, Peter
- Re: Deployment problems Alexander Berry,Jr.
- Re: Deployment problems Alexander Berry,Jr.
- RE: Deployment problems Mayne, Peter
- RE: Deployment problems Mayne, Peter
- deployment problems rory galvin
- RE: deployment problems THOMAS, JAI [AG-Contractor/1000]
- RE: deployment problems rory galvin
- RE: deployment problems THOMAS, JAI [AG-Contractor/1000]
- RE: deployment problems rory galvin
- RE: deployment problems Vijai Mohan
- RE: deployment problems THOMAS, JAI [AG-Contractor/1000]
