It appears to me that this flow all takes place
between the client and the web applications running in Tomcat - is
that correct?
And between services running on Tomcat as well.

OK, I'm still not clear on where exactly ServiceMix is needed in the
steps outlined above.
Correct - servicemix is not needed. It's external requirement to have
services connected to ESB.






bsnyder wrote:
> 
> On 7/25/07, smx_ <[EMAIL PROTECTED]> wrote:
>>
>> Protocol doesn't matter as long as I can pass arbitrary Java object to
>> the
>> method in web service and get another Java object back,  e.g. typical
>> workflow would look like the following:
>> - client calls methodA in web service A, passing class1 as argument,
>> - service A calls methodB in web service B, pasing class2 as argument,
>> - methodB returns class3 to calling method in service A
>> - method A returns class4 to the client
>>
>> Can I do that with http/ SOAP binding component provided with servicemix,
>> or
>> do I have to implement custom binding component?
> 
> OK, I'm still not clear on where exactly ServiceMix is needed in the
> steps outlined above. It appears to me that this flow all takes place
> between the client and the web applications running in Tomcat - is
> that correct?
> 
> Bruce
> -- 
> perl -e 'print
> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
> 
> Apache Geronimo - http://geronimo.apache.org/
> Apache ActiveMQ - http://activemq.org/
> Apache ServiceMix - http://servicemix.org/
> Castor - http://castor.org/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/wsdl-first-tf4099789s12049.html#a11783336
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to