<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="Provide_Service" 
	targetNamespace="http://www.approuter.com/connectors/wsdl" 
		 xmlns:tns1="urn:sap-com:document:sap:rfc:functions" 
		 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
		  xmlns:tns="http://www.approuter.com/connectors/wsdl" 
		  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
		   xmlns:xs="http://www.w3.org/2001/XMLSchema"
		    xmlns=""
	     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <wsdl:types>
    <xsd:schema 
		targetNamespace="urn:sap-com:document:sap:rfc:functions" 
		      xmlns:tns="http://www.approuter.com/connectors/wsdl" 
		     xmlns:tns1="urn:sap-com:document:sap:rfc:functions" 
		     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
		       xmlns:xs="http://www.w3.org/2001/XMLSchema" 
		      xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="Z_EKTEST">
        <xsd:complexType>
            <xsd:all>
                <xsd:element name="PARM_IN">
                    <xsd:annotation>
                        <xsd:documentation/>
                    </xsd:annotation>
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:maxLength value="10"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:element>
            </xsd:all>
        </xsd:complexType>
    </xsd:element>
    <xsd:element name="Z_EKTESTResponse">
        <xsd:complexType>
            <xsd:all>
                <xsd:element name="PARM_OUT">
                    <xsd:annotation>
                        <xsd:documentation/>
                    </xsd:annotation>
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:maxLength value="10"/>
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:element>
            </xsd:all>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>
  </wsdl:types>
  <wsdl:message name="Provide_ServiceRequest">
    <wsdl:part name="request" element="tns1:Z_EKTEST"/>
  </wsdl:message>
  <wsdl:message name="Provide_ServiceResponse">
    <wsdl:part name="response" element="tns1:Z_EKTESTResponse"/>
  </wsdl:message>
  <wsdl:portType name="Provide_ServicePort">
    <wsdl:operation name="Provide_Service">
      <wsdl:input message="tns:Provide_ServiceRequest"/>
      <wsdl:output message="tns:Provide_ServiceResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Provide_ServiceBinding" type="tns:Provide_ServicePort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="Provide_Service">
      <soap:operation soapAction=""/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Provide_ServiceService">
    <wsdl:port name="Provide_ServicePort" binding="tns:Provide_ServiceBinding">
      <soap:address location="http://localhost:8100/heregoes"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
