Skip to Content
0
Aug 19, 2013 at 09:40 AM

AXIS SOAP sender Adapter ws-addressing

282 Views

Hi,

I am trying to configure Sender communication channel to use ws-addressing.

I am ussing SAP NW 7.3.

Example of xml:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">

<soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">

<wsa:MessageID>12345</wsa:MessageID>

<wsa:From>

<Address>http://xxx</Address>

</wsa:From>

<wsa:To>http://yyyy</wsa:To>

<wsa:Action>urn:action/do</wsa:Action>

</soap:Header>

<soap:Body>

</soap:Body>

I would like to set condition (if wsa:to) in receiver dermination to choose target system.

I am trying to extract value from Soap header by using handler in sender communication channel.

Could you please help me if is possible to choose receiver comunication component according value in soap header?

Thanks