Re: Anyone seen this error?

"Scott Nichol" <[email protected]>
Newsgroups gmane.text.xml.soap.user
Message-ID <0fda01c41c45$01dabc90$6401a8c0@northgate>
Send an e-mail to [email protected]

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Richard Wray" <[email protected]>
To: <[email protected]>
Sent: Tuesday, April 06, 2004 9:13 PM
Subject: Re: Anyone seen this error?


  Can someone please tell me how to get off this mailing list.  I thought I was off but some messages keep coming through.

  Thanks.
    ----- Original Message ----- 
    From: John R Meloro 
    To: [email protected] 
    Sent: Tuesday, April 06, 2004 8:10 PM
    Subject: Re: Anyone seen this error?


    I am using JAX-RPC.  However, in researching the error, I saw reference to
    Axis and having nothing left to try I thought I would throw it out there...

    ----- Original Message -----
    From: "Scott Nichol" <[email protected]>
    To: <[email protected]>
    Sent: Tuesday, April 06, 2004 9:06 AM
    Subject: Re: Anyone seen this error?


    Are you using Apache SOAP?  It looks like you are using a JAX-RPC- or
    JAXM-compliant implementation.  If you are using Axis, try
    [email protected].

    Do not send e-mail directly to this e-mail address,
    because it is filtered to accept only mail from
    specific mail lists.
    ----- Original Message -----
    From: "John R Meloro" <[email protected]>
    To: <[email protected]>
    Sent: Monday, April 05, 2004 7:17 PM
    Subject: Anyone seen this error?


    All,
    Has anyone ever seen the following kid of error before?

    java.lang.NoSuchMethodError:
    javax.xml.soap.SOAPMessage.getSOAPBody()Ljavax/xml/soap/SOAPBody;

    I get it after I perform the following code snippet:

    .
    .
    .
    // Edit to provide your own username and password
    String username = args[0];
    String password = args[1];
    char[] c = password.toCharArray();
    PasswordAuthentication passwdAuth =
    new PasswordAuthentication( username, c );
    Set creds = new HashSet();
    creds.add( passwdAuth );
    connection.setCredentials( creds );
    .
    .
    .
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.