Hi Joaco,
The client probably does not work because if you remove that particular deserializer the server does not know how to deserialize
incoming XML request from your client (.NET).
WSDL does not change becouse De/Serializers and WSDL are two different things.
Regards,
Mariano.
Joaco wrote:
Hi everybody! Me again?? with my questions ;)
When I delete for example deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory" in my server-config.wsdl (typeMapping), the ws�s wsdl don?t change. But the client ( .net ) don�t work.
My question is: Of course the client don?t see my server-config.wsdl :), so I don?t understand why is necessary if the wsdl don?t change.
and I don?t understand Why if the client is .net I need to set up this attribute (deserializer) with a Java class.
I hope someone have the answers.
Tanks!
Joaqu�n.
