dev@jax-ws.java.net

Re: Binding customization for binding addressing types

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Tue, 19 Sep 2006 17:40:45 -0700

Kohsuke Kawaguchi wrote:
>
> See the attached.
>
> I found some bugs in the RI while writing this, so please make sure to
> use the latest JAXB RI. (#149 or later)
>
Sure. I will try it and let you know.

thanks,

-vivek.
> http://kohsuke.sfbay/hudson/job/jaxb-ri-2.1/
>
> ------------------------------------------------------------------------
>
> <bindings
> xmlns="http://java.sun.com/xml/ns/jaxb"
> xmlns:wsa="http://www.w3.org/2005/08/addressing"
> version="2.1">
>
> <bindings scd="x-schema::wsa" if-exists="true">
> <schemaBindings map="false" />
> <bindings scd="wsa:EndpointReference">
> <class ref="javax.xml.ws.w3caddressing.W3CEndpointReference"/>
> </bindings>
> <bindings scd="~wsa:EndpointReferenceType">
> <class ref="javax.xml.ws.w3caddressing.W3CEndpointReference"/>
> </bindings>
> </bindings>
> </bindings>