I forgot to say that the bean mapping goes in your deployment descriptor in
the deploy section outside of the service section. Meaning
...
On Wednesday 30 July 2003 02:51 pm, List Man wrote:
> If you are getting this error on the server side
If you mean you want to use the built in BeanSerializer on the client side
then all you have to do is register the bean in the call with a serializer
and push it down. Eg:
Call = Service.getCall();
Call.setTargetEndPoint("http://middle.of.nowhere/service";);
//Begin what I think you want to kn
If you are getting this error on the server side you probably need a bean
mapping like so.
On Wednesday 30 July 2003 04:42 am, Kareem Ghazal wrote:
> Hello,0
>
> I'm using the IBM's WSDK which uses axis. I figured out how to set the
> serializer/deserializer on the client by getting hold of the