Diese Seite verwendet Cookies, um das bestmögliche Nutzererlebnis sicherzustellen. Wenn Sie die Seite weiter nutzen, stimmen Sie der Cookie-Nutzung zu.  mehr...  Einverstanden  Ablehnen

WSDL soap_sap_server.wsdl

MethodeInputOutput
ZCHECKPLATEhost ( string )
plate ( string )
aux ( integer )
error ( string )
status ( string )
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="sap"
    targetNamespace="urn:bemacon"
    xmlns:tns="urn:bemacon"
    xmlns:n1="urn:bemacon"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">

    <message name="ZCHECKPLATERequest">
        <part name="host"      type="xsd:string"/>
        <part name="plate"     type="xsd:string"/>
        <part name="aux"       type="xsd:integer"/>
    </message>
    <message name="ZCHECKPLATEResponse">
        <part name="error"     type="xsd:string"/>
        <part name="status"    type="xsd:string"/>
    </message>
    <portType name="ZCHECKPLATEPortType">
        <operation name="ZCHECKPLATE">
            <input message="tns:ZCHECKPLATERequest"/>
            <output message="tns:ZCHECKPLATEResponse"/>
        </operation>
    </portType>
    <binding name="ZCHECKPLATESoapBinding" type="tns:ZCHECKPLATEPortType">
        <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
        <operation name="ZCHECKPLATE">
            <soap:operation soapAction="ZCHECKPLATE"/>
            <input>
                <soap:body
                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                    namespace="urn:bemacon"
                    use="literal"/>
            </input>
            <output>
                <soap:body
                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                    namespace="urn:bemacon"
                    use="literal"/>
            </output>
        </operation>
    </binding>
    <service name="ZCHECKPLATESoapService">
        <documentation>return plate</documentation>
        <port binding="tns:ZCHECKPLATESoapBinding" name="ZCHECKPLATESoapPort">
            <soap:address location="http://192.168.0.202/zscale/soap_sap_server.php"/>
        </port>
    </service>
</definitions>