This looks more akin to using JAX-WS to generate a SOAP interface,  once you have a WSDL for you SOAP interface you can use JAXB 2.0 to generate a set of POJO's so that you can call the SOAP interface through a POJO.  You might find this approach better than developing a specific BC for it.  You might want to have a look at the stuff James has done on WS-Notification where he is using JAX-WS and JAXB 2:

See http://www.servicemix.org/WS+Notification, and also http://servicemix.org/maven/ws/jaxws/wspojo/apidocs/org/servicemix/wspojo/notification/package-summary.html and http://servicemix.codehaus.org/maven/ws/jaxws/wspojo/apidocs/index.html.

Cheers

P



On 9/29/05, Chris <[EMAIL PROTECTED]> wrote:

Is it reasonable to create a BC that is basically a specific VM interface?  The way I see it, is why go through another transformation (e.g. JMS) rather than just create a specific BC for the interface in question.

 

 

 

Am I missing something?  Or is this an appropriate use of ServiceMix?

 


Reply via email to