[
https://issues.apache.org/jira/browse/ODE-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexis Midon updated ODE-344:
-----------------------------
Description:
So far, parts bound to HTTP headers or encoding withe
url-encoded/x-www-form-urlencoded must be simple types.
This improvement aims at support elements too.
So for a given part A, if A as a text-node, take the content of that node ;
else check if a child element exists and take the text content of that element.
Which can be summed up in: take the content of the first encountered text node.
was:
So far, parts bound to HTTP headers or encoding withe
url-encoded/x-www-form-urlencoded must be simple types.
This improvement aims at support elements too.
So for a given part A, if A as a text-node, take the content of that node ;
else check if a child element exists and take the text content of that element.
Which can be sum up in: take the content of the first encountered text node.
> Support element for headers and query strings
> ---------------------------------------------
>
> Key: ODE-344
> URL: https://issues.apache.org/jira/browse/ODE-344
> Project: ODE
> Issue Type: Improvement
> Components: Axis2 Integration
> Reporter: Alexis Midon
>
> So far, parts bound to HTTP headers or encoding withe
> url-encoded/x-www-form-urlencoded must be simple types.
> This improvement aims at support elements too.
> So for a given part A, if A as a text-node, take the content of that node ;
> else check if a child element exists and take the text content of that
> element.
> Which can be summed up in: take the content of the first encountered text
> node.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.