Hi Liav, My immediate instinct would be to recomment the HTTP-BC, however, since you mention SOAP request I would further qualify my answer and check whether there is any WS-Security, WS-RM or any WS related tagging of the SOAP payloads.
If so then I would use the CXF-BC since the HTTP-BC does not support JAX-WS and any WS-* specifications. It does however validate payloads against WSDL if necessary. Hope this helps. Cheers, Ashwin... Liav Ezer wrote: > > Hi, > > I want to create the following component schema: > > __________ > ________________________ > ---ClientSOAPRequest--->|BC |<---inputFromCamel---|Camel > RouterBuilder | > <--ClientResponse--------| |----outputForCamel---| > > | > __________ > ________________________ > > In words: > > My BC consume SOAP request from client & provide a response. > > In addition it consumes input (don't know which protocol yet) from Camel & > also provides it with input of the client request. > > I thought of a servicemix-http new endpoint called http:soap-consumer. > > One extra small question: Can i define for this scenario 4 endpoint (2 > consumers & 2 providers) in the same SU - meaning that i'll have one > spring xbean file? > > Thanks in advance. > ----- --- Ashwin Karpe, Principal Consultant, PS - Opensource Center of Competence Progress Software Corporation 14 Oak Park Drive Bedford, MA 01730 --- +1-972-304-9084 (Office) +1-972-971-1700 (Mobile) ---- Blog: http://opensourceknowledge.blogspot.com/ -- View this message in context: http://www.nabble.com/Need-assitance-on-which-BC-to-choose---how-to-configure-it-tp21217248p21218694.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
