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>