2 Replies Latest reply on Nov 19, 2008 2:46 AM by aalissa

    WS Addressing

    aalissa

      Hi,

      i was trying to add ws addressing in my service and i found that by adding the line

      @javax.xml.ws.soap.Addressing(enabled=true, required=true)

      i will see this line

      <wsaw:UsingAddressing wsdl:required="true"/>

      but in the wsdl it did not appear.

      any ideas of why is that.
      thanks in advanced

        • 1. Re: WS Addressing
          ropalka

          This is metro approach that doesn't work in native.
          See our WS-Addressing documentation/tutorials/tests
          to see how to enable WS-Addressing in native if native
          is your preferred SOAP stack.
          If you don't have preferred stack, use metro integration
          instead.

          • 2. Re: WS Addressing
            aalissa

            thanks alot richard

            i don't have poreferred stack

            so i will try metro
            thanks again