Friday, January 22, 2010

Comma seperated list to XML Collection in BPEL



In this blog I will use a simple way of converting a list of comma separated values to the xml collection.




Define the following schema to hold the values in an xml collection, of course this is a custom xml and you can define your own message semantics.


Use CopyList in the assign to copy the comma seperated values using the following BPEL xPath function.





Test the process



Request:




Response:










No comments:

Post a Comment