I forgot to say that the bean mapping goes in your deployment descriptor in 
the deploy section outside of the service section.  Meaning 
<deploy . . .>
        <service ...>
                ...
        </service>
        <beanMapping ... />
</deploy>

On Wednesday 30 July 2003 02:51 pm, List Man wrote:
> If you are getting this error on the server side you probably need a bean
> mapping like so.
> <beanMapping qname="NameSpace:Name"
> languageSpecificType="java:com.foo.bar.className"/>
>
> 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
> > TypeMappingRegistry and then register the serializer/deserializer for the
> > class I want to send, but now I'm getting this exception:
> >
> > SAXException: Deserializing parameter 'arg0': could not find deserializer
> > for type (http://manager)MyTask
> >
> > MyTask is the class I want to send, so I'm guessing axis is serializing
> > it but when it reaches the server it can't find the deserializer so I'm
> > gonna need to register serializer/deserializer both in the client and the
> > server but the problem is how do I do that on the server before actually
> > calling any of the service methods, and without having a WSDD file since
> > the toolkit generates all those automatically behind the scenes? I hope
> > anybody would be able to help me on this, I really need it.
> >
> > I appreciate any replies,
> > Kind Regards,
> > Kareem

Reply via email to