[ 
https://issues.apache.org/jira/browse/SYNAPSE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478348
 ] 

indika priyantha kumara commented on SYNAPSE-64:
------------------------------------------------

I had extended the get-property XPath function to extract the transport headers 
,Axis2 Configuration Context property and also extended the functionality of 
property mediator to set the above properties. But Still we have not a 
capability of removing the properties and the transport headers. Therefore I 
would like to suggest to change property mediator in order to achieve both of 
setting and removing functionality of properties .

Need to change
  <set-property name="string" [value="string"] [src="url"] [key="string"]>
        <inline-xml/>?
  <set-property/>
to the
  <property name="string" [action="set"] [value="string"] [src="url"] 
[key="string"]>
        <inline-xml/>?
  <property/>

<property name="string" action="remove" [value="string"] [src="url"] 
[key="string"]>
        <inline-xml/>?
<property/>



> Allow use of SOAP header elements or xpath extractions from the SOAP body to 
> set HTTP request headers when delegating to POX services
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-64
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-64
>             Project: Synapse
>          Issue Type: New Feature
>            Reporter: Michael Griffin
>
> When using a proxy to delegate back to a POX service it would be nice to 
> allow for values from the incoming SOAP headers or to use an xpath expression 
> to extract values to be used as HTTP request headers send to the delegate.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to