Thx Paul
I didn't know that...
----- Original Message -----
Sent: Monday, July 31, 2006 11:14 AM
Subject: Re: [AXIS 2] WS-addressing module

Fabien

WS-Management uses the normal extension point for WS-Addressing, which is the reference parameters. This extension point is ALREADY built in.

<wsa:ReferenceParameters>
  <wsman:ResourceURI> resource URI </wsman:ResourceURI>
  <wsman:SelectorSet>
    ...
  </wsman:Selector>
  </wsman:SelectorSet>
</wsa:ReferenceParameters>

These can be set using the following Axis2 code:

EndpointReference epr;
epr.addReferenceParameter(OMElement el);

Paul

On 7/31/06, Fabien Couble <[EMAIL PROTECTED] > wrote:
Hi everybody,
 
I have to adapt the WS-addressing module in order to make it WS-Management compliant. That's why I'd like to have your point of view.
In fact, the WS-Management specification adds two attributes to the WS-addressing header.
It is the attributes wsman:ResourceURI and wsman:SelectorSet.
I have analysed the WS-Addressing Module and I'd like to know if you agree with me.
To add these two attributes I have to modify the class org.apache.axis2.client.Options (add the getter/setter).
And then modify the two classes: org.apache.axis2.handlers.addressing.AddressingInHandler and org.apache.axis2.handlers.addressing.AddressingOutHandler
In the first class, I should add a method to extract the two attributes and put them in an Option structure.
In the second one, I should add the attributes from the Option structure to the SOAP message.
 
For me, these are only these things to do...
Am i right??
Any comment is welcome!
Thx for your help!
Fabien
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.




--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

Reply via email to