Hi, Currently, the ws-addressing support in yoko is limited. It is just using EndpointReferenceType. But we might think of extending it to include the other WS-A properties. Can you describe briefly what you mean by wsam:Addressing policy? Also, what type of policy assertions are you planning for the soap cases?
- Balaji -----Original Message----- From: Glynn, Eoghan [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 9:36 AM To: yoko-dev@incubator.apache.org Subject: WS-Addressing support in Yoko Folks, I'm curious about the extent of WS-Addressing support in Yoko. This relates to a scenario in CXF whereby a policy might be usefully asserted in the WSDL for one binding but not another. The canonical example I had in mind was the <wsam:Addressing> policy being asserted for the SOAP binding but not the CORBA binding. The assumption being that there's no standard way of encoding the WS-A message addressing properties (wsa:To, wsa:ReplyTo, wsa:MessageID, wsa:isReferenceParamater etc.) as part of a CORBA payload, so it would only make sense to aggregate these properties in the SOAP case. However I was interested to see that Yoko includes a bank_ws_addressing demo. A quick look at the code suggests that the extent of WS-A support is really just the usage of the EndpointReferenceType, and not the encoding of the WS-A properties on the wire. I'd be happy to be corrected on this point though, for example if the WS-A properties were encoded by Yoko as as an IOP::ServiceContext or some-such. Cheers, Eoghan Glynn [CXF committer]