1 Reply Latest reply on Nov 22, 2005 3:42 AM by thomas.diesler

    Dependency on WS-Addr

      Several implementations depend on WS-Addr. While working on WS-Coor i realized that the EndpointReference Impl. provided by org.jboss.ws.wsaddr.EndpointReference supports custom root element names, with a sticky root element namespace.

      In order to use it across different implementatins (WS-Coor for example) we need support for custom root element namespaces aswell.

      Look at the example:

      <wscoor:RegistrationService>
      <wsa:Address>
      http://Business456.com/mycoordinationservice/registration
      </wsa:Address>
      <wsa:ReferenceProperties>
      <myApp:BetaMark> ... </myApp:BetaMark>
      <myApp:EBDCode> ... </myApp:EBDCode>
      </wsa:ReferenceProperties>
      </wscoor:RegistrationService>