Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1216

WS-Addressing & .net Interop

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.3
    • 2.0.4
    • WS-* Components
    • None
    • cxf 2.0.3 running withjava version "1.5.0_11" On Tomcat 5.5.25

      client consumer on .net 2.0.50727 & WSE 3.0

    • Novice

    Description

      There seems to be a issue with WS-addressing (http://schemas.xmlsoap.org/ws/2004/08/addressin) & a .net consumer. .NET 2.0 expects the response header to comply to

      /wsa:RelatesTo/@RelationshipType
      This OPTIONAL attribute (of type xs:QName) conveys the relationship type as a QName. When absent, the implied value of this attribute is wsa:Reply.

      See: http://www.w3.org/Submission/ws-addressing/

      However the header contains:

      <RelatesTo
      xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"
      RelationshipType="reply">
      urn:uuid:b33fc856-dbae-4034-ac6f-e2d53b593722
      </RelatesTo>

      As per Sergey the suggested fix is to only include the RelationshipType if it is not the default "Reply" value.

      Attachments

        1. cxf-2.0.3.patch
          1 kB
          Adrian Corcoran

        Activity

          People

            maomaode maomaode
            acorcoran Adrian Corcoran
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: