Hi,
I implecmented a client code for inoking a web service, using static stub. WS compile generated the classes successfully but, when I run the client code, I got an exception:
java.rmi.RemoteException: Runtime exception; nested exception is:
deserialization error: unexpected element type: expected={
http://www.w3.org/2001/XMLSchema}string, actual={
http://schemas.xmlsoap.org/soap/encoding/}string
Stub class has no encoding property, so how can I correct this problem?
Thanks for the help;
Onur
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net