--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
While investigating TUSCANY-862 with some local modification for other
issues, I got as far as getting the message flowing ("hello") to the
reference however the Axis2TargetInvoker.createOperationClient only
expects an OMElement and the message is still the Java String
("world"). Talking briefly to Raymond he explained that the Databinding
interceptor won't get inserted cause the locateService does have a real
SCA component with an outbound wire behind it and thus won't add the
Databind inceptor. I'm kind of left wondering how we can support this
case. Should there be a dynamic (virtual) component created for this
case and out bound wire produced ?
- Dynamic component/outbound wire for CompositeContext.locateServ... Rick
