You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by unni_varun <va...@yahoo.com> on 2007/07/06 11:40:33 UTC

converting in-out MEP to in-only MEP

hi,

how to convert an in-out mep to in-only MEP ? the scenario is as follows:

http-su (in-out) --> xpathSplitter (which is an in-only) --> http-su

here since xpathsplitter accepts only in-only, so i need to convert in-out
from http to in-only. which eip routing can be used to achieve this ? 

Thanks in anticipatipation.
Varun
-- 
View this message in context: http://www.nabble.com/converting-in-out-MEP-to-in-only-MEP-tf4034496s12049.html#a11461310
Sent from the ServiceMix - User mailing list archive at Nabble.com.


RE: converting in-out MEP to in-only MEP

Posted by ra...@wipro.com.
Splitter will split one message to multiple messages.... that is the work of a splitter.. 
 
How will you map multiple messages to one "out" of the http consumer ??  
You can send the splitted messages to another http endpoint (provider) if you want.  
 
I am not sure if I understand correctly why you want to use the splitter.
 
 

________________________________

From: unni_varun [mailto:varun_vs@yahoo.com]
Sent: Fri 7/6/2007 3:51 PM
To: servicemix-users@geronimo.apache.org
Subject: RE: converting in-out MEP to in-only MEP




i can use in-only for my http and then direct the output of splitter to some
jms queue. but i want the result of splitter into http and not any other
component. and thats why using in-out in http.
--
View this message in context: http://www.nabble.com/converting-in-out-MEP-to-in-only-MEP-tf4034496s12049.html#a11461839
Sent from the ServiceMix - User mailing list archive at Nabble.com.






The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: converting in-out MEP to in-only MEP

Posted by unni_varun <va...@yahoo.com>.
i can use in-only for my http and then direct the output of splitter to some
jms queue. but i want the result of splitter into http and not any other
component. and thats why using in-out in http.
-- 
View this message in context: http://www.nabble.com/converting-in-out-MEP-to-in-only-MEP-tf4034496s12049.html#a11461839
Sent from the ServiceMix - User mailing list archive at Nabble.com.


RE: converting in-out MEP to in-only MEP

Posted by ra...@wipro.com.
What is your usecase?
 
Can't  you use 
 
defaultMep="http://www.w3.org/2004/08/wsdl/in-only" in your http su ?
 
Http component supports both in-only and in-out MEP.
 
Regards, 
Rabi Mishra 
http://rabisblog.blogspot.com/

________________________________

From: unni_varun [mailto:varun_vs@yahoo.com]
Sent: Fri 7/6/2007 3:10 PM
To: servicemix-users@geronimo.apache.org
Subject: converting in-out MEP to in-only MEP




hi,

how to convert an in-out mep to in-only MEP ? the scenario is as follows:

http-su (in-out) --> xpathSplitter (which is an in-only) --> http-su

here since xpathsplitter accepts only in-only, so i need to convert in-out
from http to in-only. which eip routing can be used to achieve this ?

Thanks in anticipatipation.
Varun
--
View this message in context: http://www.nabble.com/converting-in-out-MEP-to-in-only-MEP-tf4034496s12049.html#a11461310
Sent from the ServiceMix - User mailing list archive at Nabble.com.






The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com