Reference Parameters resolution

Hi,

 

I'm implementing WS-Addressing 1.0 for Apache Axis2. I got this question
when I'm implementing that. I greatly appreciate if some one can help me
with the following question.

 

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

xmlns:wsa="http://www.w3.org/2005/02/addressing"

xmlns:fabrikam="http://example.com/fabrikam">

<S:Header>

...

<wsa:To>http://example.com/fabrikam/acct</wsa:To>

<fabrikam:CustomerKey wsa:Type='parameter'>123456789</fabrikam:CustomerKey>

<fabrikam:ShoppingCart wsa:Type='parameter'>ABCDEFG</fabrikam:ShoppingCart>

...

</S:Header>

<S:Body>

...

</S:Body>

</S:Envelope>

 

 

In short how do I know which reference parameter relates to which addressing
property ?

 

I know that reference parameters are meant to be parameters for the web
services engine. But when I'm receiving a SOAP message I have to assign the
received parameters to one of the addressing headers. Is there a method
proposed in WS-Addressing specification ?

 

Thanks and Regards,

Eran Chinthaka

Received on Wednesday, 22 June 2005 15:00:20 UTC