dev@jax-ws.java.net

Re: rpc/lit question

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Mon, 13 Nov 2006 14:23:34 -0800

Doesn't it include xsi:type ?

Kohsuke, what do you think ?

Jitu

Vivek Pandey wrote:

> Wouldnt jaxb context know the types thru jaxbContext. What do you
> expect the serialized form ofr simpleType "types:num"? Should it not
> be just xs:integer?
>
> -vivek.
>
>
>
>
> Jitendra Kotamraju wrote:
>
>> For the following rpc/lit wsdl, the generated SEI code doesn't
>> capture "http://echo.types.org/" anywhere. Shouldn't it capture
>> somewhere ?
>>
>> <definitions
>> targetNamespace="http://echo.abstract.org/"
>> xmlns:types="http://echo.types.org/"
>> ...
>> >
>> <message name="echoInteger">
>> <part type="types:num" name="arg0"></part>
>> </message>
>>
>>
>> <xsd:schema
>> ...
>> xmlns:tns="http://echo.types.org/"
>> targetNamespace="http://echo.types.org/">
>>
>> <xsd:simpleType name="num">
>> <xsd:restriction base="xsd:integer">
>> ...
>> </xsd:restriction>
>> </xsd:simpleType>
>>
>> </xsd:schema>
>>
>> Jitu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
>> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>