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 >