users@jax-rpc.java.net

Problem with C# clients

From: Sam D <bytecode_at_PHREAKER.NET>
Date: Fri, 29 Aug 2003 19:54:54 -0400

Hi.

I m trying to access a JAX-RPC service from C# client.

I use document/literal and -wsi flag.

I keep getting the following SOAP fault.

"caught exception while handling request: deserialization error:
unexpected XML reader state. expected: END but found: START:
{http://www.foobar.com/types}PurchaseOrder_1"


Attached are the SOAP fault message and SOAP request messages for
C# and JAX-RPC.

When I use a JAX-RPC client, everything works fine.

The only thing I can see different between the Java and C# code
is the way the namespace is declared for the body.

Whats going on ... can anyone figure this out ?

Thanks
=s