Wednesday, May 9, 2012

Default Input in BPEL process

If you want a default input in your BPEL process you van do this in the BPEL.XML file as follows add the following code after the partnerLinkBindings tag:


  <configurations>
   <property name="defaultInput">
     Here comes the default input, 
     this must be escaped XML
   </property>
  </configurations>

########

0 comments: