WS-Addressing & .net Interop
----------------------------

                 Key: CXF-1216
                 URL: https://issues.apache.org/jira/browse/CXF-1216
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.0.3
         Environment: 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
            Reporter: Adrian Corcoran


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.


-- 
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