Thursday, November 02, 2006

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>

Post a Comment