You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/01/15 00:54:59 UTC

[jira] Commented: (ODE-487) Add an endpoint property configuration to disable WS-Addressing headers

    [ https://issues.apache.org/jira/browse/ODE-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663935#action_12663935 ] 

Alexis Midon commented on ODE-487:
----------------------------------


Create a property 'send.ws-adddressing.headers' to enable/disable the sending of ws-addressing by SeesionOutHandler. Some webservices that do not expect these services might not like the suprise and send back a fault/failure.

This new property expects 'true' (default) or 'false'. 

For instance, create a property file named processes/MyProcess/amazon.endpoint and append:

alias.amazon-ns=http://webservices.amazon.com/AWSECommerceService/2008-10-06
amazon-ns.AWSECommerceService.ode.send.ws-adddressing.headers=false

> Add an endpoint property configuration to disable WS-Addressing headers
> -----------------------------------------------------------------------
>
>                 Key: ODE-487
>                 URL: https://issues.apache.org/jira/browse/ODE-487
>             Project: ODE
>          Issue Type: New Feature
>          Components: Axis2 Integration
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3
>
>
> Add an endpoint property configuration to disable WS-Addressing headers.

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