OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

security-services message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: [security-services] WSDL Description of SAML SOAP protocol binding


Here is the WSDL specification I presented at F2F5. As I said, I haven't
actually run this through a WSDL consumer that supports all the features I'm
trying to use, so it may need some tweaking.

 - irving -

<?xml version="1.0"?>

<definitions
	name="SAMLProtocol"
	
targetNamespace="http://www.oasis-open.org/committees/security/docs/WSDLdefi
nitions.wsdl"
	
xmlns:tns="http://www.oasis-open.org/committees/security/docs/WSDLdefinition
s.wsdl"
	
xmlns:samlp="http://www.oasis-open.org/committees/security/docs/draft-sstc-s
chema-protocol-19.xsd"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns="http://schemas.xmlsoap.org/wsdl/">

    <import
	
namespace="http://www.oasis-open.org/committees/security/docs/draft-sstc-sch
ema-protocol-19.xsd"
	
location="http://www.oasis-open.org/committees/security/docs/draft-sstc-sche
ma-protocol-19.xsd" />

    <!-- The body of the request is exactly a samlp:Request -->
    <message name="SAMLRequestMessage">
	<part name="body" element="samlp:Request"/>
    </message>

    <!-- The body of the corresponding response is exactly a samlp:Response
-->
    <message name="SAMLResponseMessage">
	<part name="body" element="samlp:Response"/>
    </message>

    <!-- And the request-response protocol goes like this -->
    <portType name="SAMLRequestPortType">
	<operation name="SAMLRequest">
	    <input message="tns:SAMLRequestMessage"/>
	    <output message="tns:SAMLResponseMessage"/>
	</operation>
    </portType>

    <!-- This describes how the request-response maps onto SOAP -->
    <binding name="SAMLRequestSoapBinding" type="tns:SAMLRequestPortType">
	<soap:binding
	    style="document"
	    transport="http://schemas.xmlsoap.org/soap/http"/>
	<operation name="SAMLRequest">
	    <soap:operation
soapAction="http://www.oasis-open.org/committees/security/SAMLRequest"/>
	    <input>
		<soap:body
		    use="literal"
	
namespace="http://www.oasis-open.org/committees/security/docs/draft-sstc-sch
ema-protocol-19.xsd"
	
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
	    </input>
	    <output>
		<soap:body
		    use="literal"
	
namespace="http://www.oasis-open.org/committees/security/docs/draft-sstc-sch
ema-protocol-19.xsd"
	
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
	    </output>
	</operation>
    </binding>

    <!-- And this says that the SOAP service is available at a particular
URL -->
    <service name="SAMLRequestService">
	<documentation>This is the only per-installation
data</documentation>
	<port name="SAMLRequestPort" binding="tns:SAMLRequestSoapBinding">
	    <soap:address location="http://my.org/SAMLServer"/>
	</port>
    </service>
</definitions>



-----------------------------------------------------------------------------------------------------------------
The information contained in this message is confidential and is intended 
for the addressee(s) only.  If you have received this message in error or 
there are any problems please notify the originator immediately.  The 
unauthorized use, disclosure, copying or alteration of this message is 
strictly forbidden. Baltimore Technologies plc will not be liable for direct, 
special, indirect or consequential damages arising from alteration of the 
contents of this message by a third party or as a result of any virus being 
passed on.

In addition, certain Marketing collateral may be added from time to time to 
promote Baltimore Technologies products, services, Global e-Security or 
appearance at trade shows and conferences.
 
This footnote confirms that this email message has been swept by 
Baltimore MIMEsweeper for Content Security threats, including
computer viruses.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC