Deepak V R wrote:
> Hi Kohsuke,
>
> This is not there in inline customize jaxws sample application; it talks
> about inlining jaxws customizations. He can add <jaxb:schemaBindings> in
> the wsdl like this.
>
> <wsdl:types>
> <xsd:schema>
> ....
> <!--schema declarations go here -->
> ....
> <xsd:annotation>
> <xsd:appinfo>
> <jaxb:schemaBindings>
> <jaxb:package name="mycustom.package.types"/> <!--
> simple package customzation for example -->
> </jaxb:schemaBindings>
> </xsd:appinfo>
> </xsd:annotation>
> </xsd:schema>
> </wsdl:types>
Yeah, I know you can use inline customizations, but he obviously wants
to customize inline schemas in WSDL externally.
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com