Rory,
you
have mentioned in original message you are deploying using:
java
org.apache.axis.client.AdminClient deploy.wsdd
Are
you specifying Adminservice url using -l parameter? Service won't get added to
the web app. without that.
Your
command must be something like:
java org.apache.axis.client.AdminClient
-lhttp://<hostname:port>/service/AdminService deploy.wsdd
Jai
-----Original Message-----
From: rory galvin [mailto:[EMAIL PROTECTED]
Sent: Friday, July 30, 2004 12:22 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problems
From: rory galvin [mailto:[EMAIL PROTECTED]
Sent: Friday, July 30, 2004 12:22 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problems
>From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: deployment problems >Date: Fri, 30 Jul 2004 09:19:26 -0500 > >As step 1, I would open up server-config.wsdd under web-app and see your services are listed. > >Jai > >-----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 <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 <http://g.msn.com/8HMAEN/2728??PS=47575> MSN 8 and get 2 months FREE* >
Thomas,I did as you said and checked server-config.wsdd but the web service is still not listed. Im deploying my web services remotely using telnet. Could this be one of the problems? The annoying thing is is that the admin client keeps telling me that service has been deployed i.e. <Admin>Done processing</Admin> but the web service is nowhere to be seen.
Rory..
MSN 8 helps ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*.
