Next in thread → Next in month →

Re: [ebxml-msg] First draft of SAML document uploaded

From
Theo Kramer <>
Date
2013-07-31T09:10:15+00:00
ID
Thread
Re: [ebxml-msg] First draft of SAML document uploaded
All good comments so far from Pim and Sander - my only comment is to change soap version to 1.2 in the example in section 5 to comply with the AS4 profile

Ie. change the namespace and set mustUnderstand="true" as per section 5.3 of the core spec as well as the conformance profile in section 2.1.1 of the AS4 profile.

<?xml version="1.0" encoding="UTF-8"?>
<S11:Envelope xmlns:S11="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3c.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/
http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/core/ebms-header-3_0-200704.xsd">
    <S11:Header xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/">
<S11:Header xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/">
        <eb:Messaging id="ebMessage" S11:mustUnderstand="1">

to

<?xml version="1.0" encoding="UTF-8"?>
<S12:Envelope xmlns:S12="http://www.w3.org/2003/05/soap-envelope"
    xmlns:xsd="http://www.w3c.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/
http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/core/ebms-header-3_0-200704.xsd">
    <S12:Header xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/">
<S12:Header xmlns:eb="http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/">
        <eb:Messaging id="ebMessage" S12:mustUnderstand="true">
  : etc

On 30 Jul 2013, at 19:02 , Sander Fieten <> wrote:

> Hi Ian,
> 
> I included my remarks and suggestions for changes  in the document itself. 
> 
> <ebms-v3 0-saml-conformance-v1 0-wd01_SF.doc><ATT00001.c>
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that 
> generates this mail.  Follow this link to all your TCs in OASIS at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php

-- 
Regards
Theo
Next in thread → Next in month →