Xerces tends to be a growing problem on my system. It seems every piece of software I install these days installs a newer version of xerces. I am, however, pointing to xerces 1.4.4 in the classpath in the tomcat script (and have verified that xerces is not in my jre ext dir). I attached the
-----Original Message----- From: Henk Schipper [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:18 AM To: [EMAIL PROTECTED] Subject: RE: Problems with Serializers/Deserializers Todd, Place than also the definition for the deploiment. We all can have a look. Question: Are you using xerces? if so, which version? Greetz, Henk Schipper. -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Monday, 10 June, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: Re: Problems with Serializers/Deserializers Todd, If you can post the code to this list, someone may be able to track down the problem. Scott Nichol ----- Original Message ----- From: "Todd D. Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 8:06 PM Subject: Problems with Serializers/Deserializers > I am using the following environment > java 1.4 > Tomcat 4.0.3 > Soap 2.3 > > I have written a simple class that implements not only the class functions, > but the serialization and deserialization as well. I am having problems > calling a simple function on the class that returns itself. Right now the > class has only one member (a string) and thus the marshall and unmarshall > functions are responsible for handling just that member. When a client > calls the function, apache tomcat loads the constructor, calls the function, > but never calls the marshall function (as reported through the apache > console). The only thing returned to the client is > > Fault Code = SOAP-ENV:Server > Fault String = java.lang.NullPointerException > > Does anyone have any ideas? I've gotten the simple soap examples to run > just fine. (And subsequently my code and descriptor are pretty identical) > Could this be problem with implementing the serializer and deserializer in > my class?? > > Thanks, > > Todd D. Johnson > > President > Salar, Inc. > 2400 Boston St. > Suite 350 > Baltimore, MD 21224 > > 410.327.9153 x 3 PH > 410.327.4086 FAX > > [EMAIL PROTECTED] > www.salarinc.com > >