attached is the error log..
i am trying to run an example from samples.Addressbook

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 4:58 PM
Subject: Re: Executing first example in SOAP


>
> What is the error that you're getting?
>
>
>
>
>                     Mandar Gandhe
>                     <mandar.gandhe@mahin        To:     soap-user
<[EMAIL PROTECTED]>
>                     drabt.com>                  cc:
>                                                 Subject:     Executing
first example in SOAP
>                     26-06-01 09:43 AM
>                     Please respond to
>                     soap-user
>
>
>
>
>
>
> Hi ...
>
> I am a new joined member of this group. I am trying to run my first
> SOAP example right now and I am facing some problems.
>
> I am using soap-2_2 from Apache-Soap (www.wml.apache.org) and using
> Tomcat as the webserver. I can see the Admin client (as indicated in
> the installation document) but when I try to use any of the services,
> I am getting an exception.
>
> I have followed all the steps in the installation document. I do have
> soap.jar, xerces.jar. mail.jar and activation.jar files in my
> classpath and soap.war in my webapps directory of tomcat.
>
> Can anyone please tell me where I might be wrong ? Or if anyone
> please guide me how to go for my first example, that will be great !!
>
> Thanking in advance...
> Mandar
>
>
>
> --
>
> NOTICE:  The information contained in this electronic mail transmission is
> intended by Convergys Corporation for the use of the named individual or
> entity to which it is directed and may contain information that is
> privileged or otherwise confidential.  If you have received this
electronic
> mail transmission in error, please delete it from your system without
> copying or forwarding it, and notify the sender of the error by reply
email
> or by telephone (collect), so that the sender's address records can be
> corrected.
>
>
This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter
Deploying the addressbook service...
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Verify that it's there
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Getting info for "Mr Good"
Exception in thread "main" java.lang.NoClassDefFoundError: java
.
Adding "John Doe"
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Query "Mr Doe" to make sure it was added
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Adding an XML file of listings
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Get everyone!
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Undeploy it now
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Verify that it's gone
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError

Reply via email to