Re: NoSuchMethodError in WSDDDocument.init...please help!

2003-03-27 Thread Sharmila Sekaran
, then it may not be the JDK version that is causing the problem. -Sharmila Sekaran [EMAIL PROTECTED] 03/27/03 05:10PM Hello, This is my first attempt at accessing a remote web service utilizing Apache Axis. My code is bailing when I try to create an instance of the org.apache.axis.client.Service

RE: NoSuchMethodError in WSDDDocument.init...please help!

2003-03-27 Thread Sharmila Sekaran
with the JBuilder 4 environment though. Good Luck. -Sharmila Sekaran [EMAIL PROTECTED] 03/27/03 05:28PM Just to make sure. You deployed your web service via the Adminclient on your remote location. And now you want to access it, right? -Original Message-From: Reid [mailto:[EMAIL PROTECTED

(RESOLVED) Re: Unable to manually deploy any webservice usingAxis

2003-03-21 Thread Sharmila Sekaran
Just thought that I would let everyone know that I have resolved this configuration problem. The fact that I did not have JDK 1.4.x installed caused the "NoSuchMethodException". It was not mentioned anywhere in the Axis website that JDK 1.4.x would be *required* and so I was using JDK 1.3.x

Re: question re javax.xml.rpc.namespace.QNames

2003-03-21 Thread Sharmila Sekaran
The packageimported in your client programshould be: javax.xml.namespace.QName If you list whatever is in the axis.jar file using jar tf axis.jar You will notice the discrepancy. -Sharmila Sekaran [EMAIL PROTECTED] 03/21/03 04:42PM Dear Axis Users, when I try to compile

Re: question re javax.xml.rpc.namespace.QNames

2003-03-21 Thread Sharmila Sekaran
The packageimported in your client programshould be: javax.xml.namespace.QName If you list whatever is in the axis.jar file using jar tf axis.jar You will notice the discrepancy. -Sharmila Sekaran [EMAIL PROTECTED] 03/21/03 04:42PM Dear Axis Users, when I try to compile

Re: question re javax.xml.rpc.namespace.QNames

2003-03-21 Thread Sharmila Sekaran
ill notice the discrepancy. -Sharmila Sekaran [EMAIL PROTECTED] 03/21/03 04:42PM Dear Axis Users, when I try to compile a simpleStockQuoteClient.java file, I receive an error messagethat the package javax.xml.rpc.namespace.QNsamess isnot present, I am using Tomcat 4.06 and XML-Axis 1.0in a Win 2k o/s. P

Unable to manually deploy any webservice using Axis

2003-03-20 Thread Sharmila Sekaran
, the only server-config.wsdd that was available was for the jms examples. Any help from anyone who hasinput/experience in this areawould be greatly appreciated. It would also be helpful if someone could point me in a direction where I could get theappropriate server-config.wsddfile. Thanks. -Sharmila Sekaran