Re: deserializer not found

2003-07-30 Thread List Man
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

Re: Using BeanSerializer

2003-07-30 Thread List Man
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

Re: deserializer not found

2003-07-30 Thread List Man
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