<?xml version="1.0" encoding="UTF-8"?>
<!--
     Electronic Court Filing Web Services Service Interaction Profile Version 4.1
     Committee Specification 01
     29 September 2023
     Copyright (c) OASIS Open 2023. All Rights Reserved.
     Source: https://docs.oasis-open.org/legalxml-courtfiling/ecf-webservices/v4.1/cs01/wsdl/
     Latest version of narrative specification: https://docs.oasis-open.org/legalxml-courtfiling/ecf-webservices/v4.1/ecf-webservices-v4.1.html
     TC IPR Statement: https://www.oasis-open.org/committees/legalxml-courtfiling/ipr.php 
-->

<!--
OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.
 
This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. 

The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. 

This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

-->

<definitions targetNamespace="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingReviewMDE-4.1"
	xmlns:tns="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingReviewMDE-4.1"
	xmlns:wrappers="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:MessageWrappers-4.1"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"
	xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
	xmlns:wsrmp="http://docs.oasis-open.org/ws-rx/wsrmp/200702"
	xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
	<wsp:UsingPolicy wsdl:required="true"/>
	<wsp:Policy wsu:Id="MyPolicy">
		<wsrmp:RMAssertion/>
	</wsp:Policy>
	<wsdl:types>
		<xsd:schema>
			<xsd:import
				namespace="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:MessageWrappers-4.1"
				schemaLocation="../xsd/wrappers.xsd"/>
		</xsd:schema>
	</wsdl:types>

	<!-- messages -->
	<message name="GetFeesCalculationRequest">
		<part name="FeesCalculationQueryMessage" element="wrappers:GetFeesCalculation"/>
	</message>
	<message name="GetFeesCalculationResponse">
		<part name="FeesCalculationResponseMessage" element="wrappers:GetFeesCalculationResponse"/>
	</message>
	<message name="GetFilingListRequest">
		<part name="FilingListQueryMessage" element="wrappers:GetFilingList"/>
	</message>
	<message name="GetFilingListResponse">
		<part name="FilingListResponseMessage" element="wrappers:GetFilingListResponse"/>
	</message>
	<message name="GetFilingStatusRequest">
		<part name="FilingStatusQueryMessage" element="wrappers:GetFilingStatus"/>
	</message>
	<message name="GetFilingStatusResponse">
		<part name="FilingStatusReponseMessage" element="wrappers:GetFilingStatusResponse"/>
	</message>
	<message name="GetPolicyRequest">
		<part name="CourtPolicyQueryMessage" element="wrappers:GetPolicy"/>
	</message>
	<message name="GetPolicyResponse">
		<part name="CourtPolicyResponseMessage" element="wrappers:GetPolicyResponse"/>
	</message>
	<message name="NotifyDocketingCompleteRequest">
		<part name="RecordDocketingMessage" element="wrappers:NotifyDocketingComplete"/>
	</message>
	<message name="NotifyDocketingCompleteResponse">
		<part name="MessageReceiptMessage" element="wrappers:NotifyDocketingCompleteResponse"/>
	</message>
	<message name="ReviewFilingRequest">
		<part name="ReviewFilingRequestMessage" element="wrappers:ReviewFiling"/>
	</message>
	<message name="ReviewFilingResponse">
		<part name="MessageReceiptMessage" element="wrappers:ReviewFilingResponse"/>
	</message>

	<!-- ports -->
	<portType name="FilingReviewMDE">
		<operation name="GetFeesCalculation">
			<input message="tns:GetFeesCalculationRequest"/>
			<output message="tns:GetFeesCalculationResponse"/>
		</operation>
		<operation name="GetFilingList">
			<input message="tns:GetFilingListRequest"/>
			<output message="tns:GetFilingListResponse"/>
		</operation>
		<operation name="GetFilingStatus">
			<input message="tns:GetFilingStatusRequest"/>
			<output message="tns:GetFilingStatusResponse"/>
		</operation>
		<operation name="GetPolicy">
			<input message="tns:GetPolicyRequest"/>
			<output message="tns:GetPolicyResponse"/>
		</operation>
		<operation name="NotifyDocketingComplete">
			<input message="tns:NotifyDocketingCompleteRequest"/>
			<output message="tns:NotifyDocketingCompleteResponse"/>
		</operation>
		<operation name="ReviewFiling">
			<input message="tns:ReviewFilingRequest"/>
			<output message="tns:ReviewFilingResponse"/>
		</operation>
	</portType>

	<!-- bindings -->
	<binding name="FilingReviewMDESoap" type="tns:FilingReviewMDE">
		<wsp:PolicyReference URI="#MyPolicy"/>
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="GetFeesCalculation">
			<soap:operation
				soapAction="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingAssemblyMDE-4.1\GetFeesCalculation"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="GetFilingList">
			<soap:operation
				soapAction="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingAssemblyMDE-4.1\GetFilingList"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="GetFilingStatus">
			<soap:operation
				soapAction="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingAssemblyMDE-4.1\GetFilingStatus"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="GetPolicy">
			<soap:operation
				soapAction="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingAssemblyMDE-4.1\GetPolicy"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="NotifyDocketingComplete">
			<soap:operation
				soapAction="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingAssemblyMDE-4.1\NotifyDocketingComplete"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="ReviewFiling">
			<soap:operation
				soapAction="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:FilingAssemblyMDE-4.1\ReviewFiling"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>

	<!-- services not defined here...defined in an implementation-specific WSDL that imports this one -->
</definitions>
