<?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 
-->

<!-- 
This WSDL document is a sample of how to import the main OASIS LegalXML Electronic Court Filing v4.1 Web Services Profile Definitions to define implementing physical services for one or more Major Design Elements. 
-->

<definitions
    targetNamespace="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:WebServices-ImplementationExample-4.1"
    xmlns:wsmp="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:CourtRecordMDE-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/">
    
    <import namespace="urn:oasis:names:tc:legalxml-courtfiling:schema:wsdl:CourtRecordMDE-4.1" location="../CourtRecordMDE.wsdl"/>
    
    <service name="CourtRecordMDEService">
        <port name="CourtRecordMDE" binding="wsmp:CourtRecordMDESoap">
            <soap:address location="https://localhost/..."/>
        </port>
    </service>
    
</definitions>

