Hi,

sorry I was away for some days, so I could not read your answer before.

I sent my soap.jar and my xml descriptor as a attachment and I couldnīt find
your sniplet of the code. Did you take a look in the jar and the xml?
Sorry it was my fault, I posted in a previous mail a different version. The
actual version which should work is attachted to the mail
http://marc.theaimsgroup.com/?l=soap-user&m=99562435515902&w=2.

> 
> The rpc service is complaining that it can not serialize a SoapTestBean.
> From you client code which you pasted
> before, I see that you are registering :
> 
> smr.mapTypes(
>         Constants.NS_URI_SOAP_ENC,
>         new QName "urn:SOAPTest", "com.ts.distributed_apps.MyBean"),
>         com.ts.distributed_apps.MyBean.class,
>         beanSer,
>         beanSer);
> 
> Is this the same bean? If so, you are not telling soap about it correctly.
> You should check to make sure that there
> i sn entry in the deployment descriptor for everything you want to return
> over soap, AND to have the client code
> register the serializer on its end as well for anything it expects to get
> back from SOAP.

-- 
GMXler aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne
Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung!
http://puretec.de/index.html?ac=OM.PU.PU003K00717T0492a

Reply via email to