Anyone seen this error?

"John R Meloro" <[email protected]>
Newsgroups gmane.text.xml.soap.user
Message-ID <[email protected]>
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.