WSDL2Java generates W3CEndpointReference
----------------------------------------

                 Key: CXF-1248
                 URL: https://issues.apache.org/jira/browse/CXF-1248
             Project: CXF
          Issue Type: Sub-task
          Components: JAX-WS Runtime
    Affects Versions: 2.1
            Reporter: Jervis Liu
            Assignee: Jervis Liu


section 2.4.1 W3CEndpointReference:

"JAXB 2.1 by default does not map wsa:EndpointReference to the
javax.xml.ws.wsaddressing.W3CEndpointReference class. However, for JAXWS
developers to fully utilize the use of a wsa:EndpointReference, JAX-WS
implementations MUST map the wsa:EndpointReference to
javax.xml.ws.wsaddressing.W3CEndpointReference. JAXB 2.1 provides a standard
customization that can be used to force this mapping.
Conformance (javax.xml.ws.wsaddressing.W3CEndpointReference): Any schema 
element of
the type wsa:EndpointReference MUST be mapped to
javax.xml.ws.wsaddressing.W3CEndpointReference."

At the moment, we generate our own EndpointReferenceType, and this type has 
been reference by serveral places. we need think about a good way to replace 
our own type with W3CEndpointReference either on the JAX-WS api level only or 
we may remove our own EndpointReferenceType totally.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to