Unless you want to De/Serialize a regular Java Bean (using the BeanSerializer class...or some name similar) you'll need to write your own for each class you want to be able to use in a SOAP packet.
See the Apache-SOAP examples on how to do this, it's really quite simple. > -----Original Message----- > From: Rino Srivastava [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 3:07 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Deployment error in soap service 'urn:cd-order-service' > > > Thanks, Chris. Are'nt the Serializer and Deserializer classes > contained in > soap.jar? > > Where else can one get download these classes from? > > Rino > > -----Original Message----- > From: Chris Means [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 2:55 PM > To: [EMAIL PROTECTED] > Subject: RE: Deployment error in soap service 'urn:cd-order-service' > > > Rino, > > 'org.apache.soap.util.xml.Serializer' is an abstract interface, not a > defined class. A "Serializer" is a class that implements that interface. > > You need to reference an actuall class in the deployment > descriptor, not an > interface. > > -Chris > > > -----Original Message----- > > From: Rino Srivastava [mailto:[EMAIL PROTECTED]] > > Sent: Friday, December 28, 2001 2:52 PM > > To: [EMAIL PROTECTED] > > Subject: Deployment error in soap service 'urn:cd-order-service' > > > > > > Hello all, > > > > When I try to run a client program, I get the following error message: > > > > Deployment error in soap service 'urn:cd-order-service' > > class name 'org.apache.soap.util.xml.Serializer' could not be > > resolved as a > > Serializer. > > > > Can someone let me know what could be wrong? > > > > Thanks. > > rino > > >