Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

no serializer is registered for (class java.lang.String, .....

843834Nov 7 2002 — edited Nov 12 2002
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2002
Added on Nov 7 2002
4 comments
916 views