dev@jax-ws.java.net

Re: [Fwd: Customizing inline schema]

From: Deepak V R <Deepak.Vr_at_Sun.COM>
Date: Sat, 14 Oct 2006 00:28:59 +0530

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>

-Deepak


Kohsuke Kawaguchi wrote:
>
> I believe this is possible, but I don't know how. Does anyone have an
> example handy? I'll forward it to him.
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Customizing inline schema
> From:
> Dima Gutzeit <dima_at_mailvision.com>
> Date:
> Wed, 11 Oct 2006 17:29:57 +0200
> To:
> users_at_jaxb.dev.java.net
>
> To:
> users_at_jaxb.dev.java.net
>
>
> Hi,
>
> How can I customize the generated objects of some inline schema of a wsdl
> file ?
> I am using jax-ws ri to build client side of web service but the
> schema is
> inline and not imported so using
>
> <schemaBinding ..... >
>
> does not help.
>
> Thanks in advance.
>
> Regards,
> Dima Gutzeit.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>