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
>