users@jax-rpc.java.net

Re: empty element type w/.NET & java

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Thu, 16 Sep 2004 11:29:32 -0700

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


Alex wrote:

>sadly i have...and am. let me post all the options.
>
>-Xserializable
>-Xprintstacktrace
>-f:explicitcontext
>-f:searchschema
>-f:serializeinterfaces
>
>On Wed, 15 Sep 2004, Doug Kohlert wrote:
>
>
>
>>Date: Wed, 15 Sep 2004 16:06:25 -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
>>
>>Alex,
>>Did you try the -f:searchschema option when generating your client?
>>
>>
>
>
>---------------------------------------------------------------------
>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
>
>
>
>

-- 
-------------------------------
Doug Kohlert	
Sun MicroSystems, Inc.
---------------------------------------------------------------------
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