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?
bsnyder wrote:
>
> On 7/24/07, smx_ <[EMAIL PROTECTED]> wrote:
>>
>> I have several web services deployed on Tomcat and I'd like to keep it
>> that
>> way. I am trying to connect them to the ESB as standard
>> intercommunication
>> channel and I'd like to use for that servicemix also deployed on Tomcat.
>
> The easiest solution I see is to create a servicemix-http provider SU.
> This would proxy requests to the web services so that the flow from
> the client to the web service would look like this:
>
> client --> servicemix-http SU --> web service deployed in Tomcat
>
> But I'm still not sure what you're trying to achieve exactly. Are you
> maybe trying to allow clients to send requests to your web services
> via other protocols? Please tell me what you're trying to achieve.
>
> 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#a11782432
Sent from the ServiceMix - User mailing list archive at Nabble.com.