New Line Character in BPEL - SOA :
My Requirement to create new line between two words.
Input : Krishna Moorthi
Output : Krishna
Moorthi
create BPEL variable varNewLine and assign Values as " "
Now use "Krishna"+ $varNewLine + "Moorthi".
:-) :-)
My Requirement to create new line between two words.
Example :
Output : Krishna
Moorthi
create BPEL variable varNewLine and assign Values as " "
Now use "Krishna"+ $varNewLine + "Moorthi".
:-) :-)
No comments:
Post a Comment