Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

BPEL Initiate from HTTP POST returns urlencoded data

582430Jun 11 2007 — edited Dec 23 2007
When 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 20 2008
Added on Jun 11 2007
5 comments
1,125 views