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)
http://kohsuke.sfbay/hudson/job/jaxb-ri-2.1/
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com
<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>