Re: help for a usecse scanario

2008-12-18 Thread brijesh
ed format (compliance >> to a >> >>>> schema which we are going to publish) and data should be validated >> >>>> against >> >>>> this scheama. >> >>>> After above mentioned validation and before calling actual service &

Re: help for a usecse scanario

2008-12-18 Thread Freeman Fang
Hi, I believe you can consider servicemix-camel, which leverage apache camel project. servicemix-camel is more flexiable to honor complex features. Take a look at [1] to get more ideas. Besides that, you also can implement your own business logic in servicemix-bean, where you can control every

Re: help for a usecse scanario

2008-12-18 Thread Jean-Baptiste Onofré
ntioned validation and before calling actual service ,I > >>>> need > >>>> to fetch data mapping from a staging table, which will substitute > >>>> incoming > >>>> data with mapped data from staging table which will be maintaned in >

Re: help for a usecse scanario

2008-12-18 Thread brijesh
> to >>>> extract the data from incoming message and call the service written >>>> java >>>> , >>>> extracted data from incoming message would be parameter for this >>>> method. >>>> >>>> the above scanario need to implement as a syncronised service call. >>>> since >>>> we >>>> need to return back the execution status success or failure in a >>>> specific >>>> xml format. >>>> >>>> can anybody suggest suitable BCs and SEs for the above implementaion. >>>> >>>> Thanks in advance >>>> >>>> Brijesh N K >>>> >>>> >>>> >>> >>> >> >> > > > -- View this message in context: http://www.nabble.com/help-for-a-usecse-scanario-tp21070632p21085686.html Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: help for a usecse scanario

2008-12-18 Thread Freeman Fang
brijesh wrote: Freeman , thanks for the response , but i my concern is servicemix-cxf-bc can validate the schema defined wsdl? Yes, You can configure it for your cxf bc consumer since the consumer play the role as a server for external client to validate the incoming soap message against

Re: help for a usecse scanario

2008-12-18 Thread brijesh
need to implement as a syncronised service call. since >> we >> need to return back the execution status success or failure in a specific >> xml format. >> >> can anybody suggest suitable BCs and SEs for the above implementaion. >> >> Thanks in advance >> >> Brijesh N K >> >> > > > -- View this message in context: http://www.nabble.com/help-for-a-usecse-scanario-tp21070632p21074988.html Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: help for a usecse scanario

2008-12-18 Thread Freeman Fang
Hi, I believe the flow like external client <> servicemix-cxf-bc consumer <=>servicemix-saxon or servicemix-camel<===> servicemix-cxf-se The servicemix-cxf-bc[1] consumer can expose webservice over http and do the validation for the incoming message against the schema The servicem

help for a usecse scanario

2008-12-18 Thread brijesh
. can anybody suggest suitable BCs and SEs for the above implementaion. Thanks in advance Brijesh N K -- View this message in context: http://www.nabble.com/help-for-a-usecse-scanario-tp21070632p21070632.html Sent from the ServiceMix - User mailing list archive at Nabble.com.