<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.4-hudson-208-. --><!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.4-hudson-208-. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://saml.soa.tricipher.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://saml.soa.tricipher.com/" name="ValidateSAMLImplService">
<types>
<xsd:schema>
<xsd:import namespace="http://saml.soa.tricipher.com/" schemaLocation="https://developer.myonelogin.com:443/SAAS/API/1.0/SOA/validateSaml?xsd=1" />
</xsd:schema>
</types>
<message name="validate">
<part name="parameters" element="tns:validate" />
</message>
<message name="validateResponse">
<part name="parameters" element="tns:validateResponse" />
</message>
<message name="MyOneLoginException">
<part name="fault" element="tns:MyOneLoginException" />
</message>
<portType name="ValidateSAMLImpl">
<operation name="validate">
<input message="tns:validate" />
<output message="tns:validateResponse" />
<fault message="tns:MyOneLoginException" name="MyOneLoginException" />
</operation>
</portType>
<binding name="ValidateSAMLImplPortBinding" type="tns:ValidateSAMLImpl">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="validate">
<soap:operation soapAction="" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
<fault name="MyOneLoginException">
<soap:fault name="MyOneLoginException" use="literal" />
</fault>
</operation>
</binding>
<service name="ValidateSAMLImplService">
<port name="ValidateSAMLImplPort" binding="tns:ValidateSAMLImplPortBinding">
<soap:address location="https://developer.myonelogin.com:443/SAAS/API/1.0/SOA/validateSaml" />
</port>
</service>
</definitions>