You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Kurt Kraus <kk...@govsg.com> on 2009/02/28 20:54:44 UTC

does ode support SOAP 1.2 web services and SAML 2.0

Hello,

I'm trying to decide on a BPEL engine for an upcoming project.  
High-level requirements require SOAP 1.2.  Does ODE support SOAP 1.2?
Also, the project will be using SAML 2.0.  Can you give me an idea how 
ODE would handle a SAML 2.0 Assertion in a Security header (inside the 
envelope header).
For instance, would I be able to strip the wsse security header from one 
service call and use it for the next service call, in my orchestration?

-Kurt

Re: does ode support SOAP 1.2 web services and SAML 2.0

Posted by Alexis Midon <mi...@intalio.com>.
Hi Kurt,

ODE supports SOAP 1.1/basic profile.
Security is supported through the axis module Rampart. The list of supported
specifications are available here [1]. According to that page, Rampart
supports SAML 1.0.

ODE makes any incoming SOAP headers available from the message as header
parts. So yes, you could reuse the header of one message in another. See [2]
for more details.

cheers,

Alexis

[1] http://wso2.org/projects/rampart/java
[2] http://ode.apache.org/headers-handling.html


On Sat, Feb 28, 2009 at 11:54 AM, Kurt Kraus <kk...@govsg.com> wrote:

> Hello,
>
> I'm trying to decide on a BPEL engine for an upcoming project.  High-level
> requirements require SOAP 1.2.  Does ODE support SOAP 1.2?
> Also, the project will be using SAML 2.0.  Can you give me an idea how ODE
> would handle a SAML 2.0 Assertion in a Security header (inside the envelope
> header).
> For instance, would I be able to strip the wsse security header from one
> service call and use it for the next service call, in my orchestration?
>
> -Kurt
>