BPEL Initiate from HTTP POST returns urlencoded data
582430Jun 11 2007 — edited Dec 23 2007When initiating a bpel process with a http call ( like submitting a webform to http://machine:8888/httpbinding/default/syncTest1/process ) the data that gets transmitted to the standard input variable
variable="inputVariable"
part="payload"
query="/client:syncTest1ProcessRequest/client:input"
is url encoded it looks like:
%3COrder%3E%3COrderHeader%3E
rater than
<Order><OrderHeader>
Is this meant to be? And if so is there a method to get it decoded again?