Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3
-
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.