<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd" xmlns:tns="urn:soapsms1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:soapsms1">
  <types>
    <xsd:schema targetNamespace="urn:soapsms1">
      <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
      <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
      <xsd:complexType name="SMS1">
        <xsd:all>
          <xsd:element name="user" type="xsd:string"/>
          <xsd:element name="password" type="xsd:string"/>
          <xsd:element name="from" type="xsd:unsignedByte"/>
          <xsd:element name="to" type="xsd:string"/>
          <xsd:element name="text" type="xsd:string"/>
          <xsd:element name="typ" type="xsd:string"/>
          <xsd:element name="timestamp" type="xsd:unsignedLong"/>
          <xsd:element name="action" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="Antwort">
        <xsd:all>
          <xsd:element name="code" type="xsd:unsignedInt"/>
          <xsd:element name="codetext" type="xsd:string"/>
          <xsd:element name="info" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
    </xsd:schema>
  </types>
  <message name="smssenden1Request">
    <part name="msg" type="tns:SMS1"/>
  </message>
  <message name="smssenden1Response">
    <part name="return" type="tns:Antwort"/>
  </message>
  <portType name="soapsms1PortType">
    <operation name="smssenden1">
      <documentation>SMS versenden oder Sendeinformationen abfragen.</documentation>
      <input message="tns:smssenden1Request"/>
      <output message="tns:smssenden1Response"/>
    </operation>
  </portType>
  <binding name="soapsms1Binding" type="tns:soapsms1PortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="smssenden1">
      <soap:operation soapAction="urn:soapsms1action#smssenden1" style="rpc"/>
      <input>
        <soap:body use="encoded" namespace="urn:soapsms1action" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </input>
      <output>
        <soap:body use="encoded" namespace="urn:soapsms1action" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </output>
    </operation>
  </binding>
  <service name="soapsms1">
    <port name="soapsms1Port" binding="tns:soapsms1Binding">
      <soap:address location="http://www.sloono.de/API/soapsms.php"/>
    </port>
  </service>
</definitions>