users@jax-rpc.java.net

Re: empty element type w/.NET & java

From: Alex <alex_at_squigly.net>
Date: Fri, 17 Sep 2004 03:57:43 -0400 (EDT)

Nice. We're going to look into it today and see if the .NET stuff can add
this in. Otherwise we need to try a different route. Much appreciated
Doug.

Thanks-

On Thu, 16 Sep 2004, Doug Kohlert wrote:

> Date: Thu, 16 Sep 2004 11:29:32 -0700
> From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
> Reply-To: users_at_jax-rpc.dev.java.net
> To: users_at_jax-rpc.dev.java.net
> Subject: Re: empty element type w/.NET & java
>
> I figured it out. The problem is because the response message the
> xsi:type is not qualified.
>
> <SaveResponse xmlns="http://feh.net.uk/webservices/">
> <SaveResult xsi:type="FacilityType">
>
> should be something like
>
> <SaveResponse xmlns="http://feh.net.uk/webservices/" xmlns:ns0="http://feh.net.uk/webservices/">
> <SaveResult xsi:type="ns0:FacilityType">


---------------------------------------------------------------------
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