RE: Not able to deploy service!

2002-09-30 Thread Schie, Sjaak van
Naresh, In the source you can check the method that the JVM is not able to find. When you are using AXIS RC1.0 then the method on that line is getLocalName() on a org.w3c.dom.Element class. What JVM XML parser are you using? Sjaak -Original Message- From: Naresh Agarwal

RE: Not able to deploy service!

2002-09-30 Thread Schie, Sjaak van
: RE: Not able to deploy service! Hi Sjaak I'm using Xerces 1.4.4 and JDK 1.3 regards, Naresh Agarwal -Original Message- From: Schie, Sjaak van [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:39 PM To: '[EMAIL PROTECTED]' Subject: RE: Not able to deploy

Re: Not able to deploy service!

2002-09-30 Thread Gregor Kovaè
Hi! Try deploying like this java org.apache.axis.client.AdminClient -hlocalhost -p8080 -s/axis/services/AdminService deploy.wsdd Best regards, Kovi At 13:25 30.9.2002 +0530, you wrote: Hi When i try to delploy a deploy.wsdd file, using the following command