You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Rino Srivastava <rs...@producersamerica.com> on 2001/12/28 21:51:40 UTC

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

RE: Deployment error in soap service 'urn:cd-order-service'

Posted by Chris Means <cm...@empowergeo.com>.
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:rsrivastava@producersamerica.com]
> Sent: Friday, December 28, 2001 2:52 PM
> To: soap-user@xml.apache.org
> 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
>


RE: Deployment error in soap service 'urn:cd-order-service'

Posted by Chris Means <cm...@empowergeo.com>.
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:rsrivastava@producersamerica.com]
> Sent: Friday, December 28, 2001 2:52 PM
> To: soap-user@xml.apache.org
> 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
>