.NET client -- JAX-RPC interop issue

M

Marc Landrum

I am trying to connect to JAX-RPC webservice where the webservice is using
the "http://schemas.xmlsoap.org/soap/encoding/" namespace for primitive
datatypes like string or float instead of "http://www.w3.org/2001/XMLSchema".
Regardless of how the WSDL defining the webservice is formatted, the .NET
webservice proxy will always use the "http://www.w3.org/2001/XMLSchema"
namespace for all primitive data types. JAX-RPC will reject the request with
an error such as:

JAXRPCTIE01: caught exception while handling request: unexpected element
type: expected={http://schemas.xmlsoap.org/soap/encoding/}string,
actual={http://www.w3.org/2001/XMLSchema}string

Is there a way to fix this at the .NET end by changing the default namespace
that is used to serialize primitive data types?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top