You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Guofeng Zhang <gu...@radvision.com> on 2006/01/24 09:22:14 UTC

How Axis C++ client cache the exception thrown by Axis Java Web Service site

Hi,

 

The web service is developed by Axis Java 1.3. The client site of the
service is developed by Axis C++ 1.5.

 

It works fine in general case. But when the service throws an exception,
the client throws AxisException that says that "Cannot deserialize the
requested element". The client can not cache the exception throws by the
service.

 

My question is:

        Can Axis C++ client cache the exception thrown by the Axis Java
Web Service site? Do I need special code or configuration? 

 

The client stub is generated by wsdl2ws tool.

 

Thanks for your help very much.

 

Guofeng