You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Patrick Pham <pp...@netdrive.com> on 2000/08/07 12:56:34 UTC

RE: Address Book Error

You need to download the xerces version 1.1.3 at xml.apache.org. This
xerces.jar includes Base64 class
  -----Original Message-----
  From: Cory Isaacson [mailto:cisaacson@capita2.com]
  Sent: Monday, August 07, 2000 7:54 PM
  To: soap-user@xml.apache.org
  Subject: Address Book Error


  I get the following error when I try and run the Address Book sample:

  D:\xml-soap-2_0_rc2>java samples.addressbook.GetAddress
http://localhost/webapp/
  apache-soap/rpcrouter.jsp "John B. Good"
  java.lang.NoClassDefFoundError: org/apache/xerces/utils/Base64
          at
org.apache.soap.encoding.soapenc.Base64Serializer.<init>(Base64Serial
  izer.java:18)
          at
org.apache.soap.encoding.SOAPMappingRegistry.<init>(SOAPMappingRegist
  ry.java:248)
          at samples.addressbook.GetAddress.main(GetAddress.java:95)

  I am using xerces.jar from version 1.0.3, but I looked and there is no
'Base64' class. Some other version I need? I am working with soap 2 rc2.

  Thanks in advance,

  Cory