if I use a .net client to consume my web service I am getting errors when
ws-addressing is used:
InnerException  {"WSE205: RelationshipType attribute can only be of reply
type. The following value was found: reply."}   System.Exception
{Microsoft.Web.Services3.Addressing.AddressingFormatException}

seems to expect the RelationshipType attribute value to be different - i
don't get it!

The soap header generated by cxf looks fine:
        <soap:Header>
                <MessageID
                        
xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
                        urn:uuid:8504dd78-06aa-4c6b-b589-ad703ae19bbe
                </MessageID>
                <To xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
                        
http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
                </To>
                <RelatesTo
                        xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing";
                        RelationshipType="reply">
                        urn:uuid:b33fc856-dbae-4034-ac6f-e2d53b593722
                </RelatesTo>
                <Action
                        
xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
                        
http://www.daon.com/ws/de/IdentityManagement/CreateIdentity
                </Action>
        </soap:Header>

Get the feeling its expecting wsa:Reply as the attribute! Do anyone have any
ideas what is going on?
-- 
View this message in context: 
http://www.nabble.com/.net-ws-addressing---relationship-type-tf4812987.html#a13770286
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to