Return-Path: Delivered-To: apmail-ws-soap-user-archive@www.apache.org Received: (qmail 17604 invoked from network); 5 Apr 2004 23:30:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Apr 2004 23:30:53 -0000 Received: (qmail 93563 invoked by uid 500); 5 Apr 2004 23:30:32 -0000 Delivered-To: apmail-ws-soap-user-archive@ws.apache.org Received: (qmail 93537 invoked by uid 500); 5 Apr 2004 23:30:32 -0000 Mailing-List: contact soap-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: soap-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list soap-user@ws.apache.org Received: (qmail 93513 invoked from network); 5 Apr 2004 23:30:32 -0000 Received: from unknown (HELO mta9.adelphia.net) (68.168.78.199) by daedalus.apache.org with SMTP; 5 Apr 2004 23:30:32 -0000 Received: from computer ([69.161.12.146]) by mta9.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040405231801.TMAC26615.mta9.adelphia.net@computer> for ; Mon, 5 Apr 2004 19:18:01 -0400 Message-ID: <000a01c41b64$3a18cd40$920ca145@chvlva.adelphia.net> From: "John R Meloro" To: Subject: Anyone seen this error? Date: Mon, 5 Apr 2004 19:17:55 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C41B42.B2CBAAE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C41B42.B2CBAAE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable All,=20 Has anyone ever seen the following kid of error before?=20 java.lang.NoSuchMethodError:=20 javax.xml.soap.SOAPMessage.getSOAPBody()Ljavax/xml/soap/SOAPBody;=20 I get it after I perform the following code snippet: . . . // Edit to provide your own username and password String username =3D args[0]; String password =3D args[1]; char[] c =3D password.toCharArray(); PasswordAuthentication passwdAuth =3D=20 new PasswordAuthentication( username, c ); Set creds =3D new HashSet(); creds.add( passwdAuth ); connection.setCredentials( creds ); . . . ------=_NextPart_000_0007_01C41B42.B2CBAAE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
All,

Has anyone ever seen the following kid of error before?=20

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

I get it after I perform the following code = snippet:

.
.
.
//=20 Edit to provide your own username and password
String username =3D=20 args[0];
String password =3D args[1];
char[] c =3D=20 password.toCharArray();
PasswordAuthentication passwdAuth =3D
new = PasswordAuthentication( username, c );
Set creds =3D new=20 HashSet();
creds.add( passwdAuth );
connection.setCredentials( = creds=20 );
.
.
.

------=_NextPart_000_0007_01C41B42.B2CBAAE0--