if the protocol is SOAP over http you can use the servicemix-http component in the first case. For the second scenario, i.e receiving input from the camel, you need to decide what the protocol would be and who would be the target service. In case the target service is a external http service end point you can club the two endpoints in the same http su.
Regards, Ganesh 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. > -- View this message in context: http://www.nabble.com/Need-assitance-on-which-BC-to-choose---how-to-configure-it-tp21217248p21217721.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
