no serializer is registered for (class java.lang.String, .....
843834Nov 7 2002 — edited Nov 12 2002Hi,
I'm trying to build a client for a web service already working
on a remote site.
I'm using Sun ONE Studio, so I've selected the wizard to generate the code for the client from a WSDL file.
Everything has worked OK, generation of the code, assemble and deploy
of the web application automatically generated from wizard but when I
try to connect to the web service using the web page I get this error:
no serializer is registered for (class java.lang.String, {http://www.w3.org/2001/XMLSchema}string)
How is it possible that it can't find serializer for String type?
Thanks in advance.........
Alessandro