<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:env="
http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="
http://microsoft.com/wsdl/mime/textMatching/" xmlns:SOAP-ENC="
http://schemas.xmlsoap.org/soap/encoding/" xmlns:enc="
http://www.w3.org/2003/05/soap-encoding" xmlns:mime="
http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="MyCompany.SubDivision" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:soap12="
http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="
http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="MyCompany.SubDivision" xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">
<wsdl:documentation xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">some description</wsdl:documentation>
<wsdl:types>
<xsd:schema elementFormDefault="qualified" targetNamespace="MyCompany.SubDivision">
<xsd:element name="CreateServer">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="strServerFQDN" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="strTechauftragID" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="CreateServerResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="CreateServerResult" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DeleteServer">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="1" maxOccurs="1" name="strMACAddress" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DeleteServerResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="1" maxOccurs="1" name="DeleteServerResult" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="CreateServerSoapIn">
<wsdl:part name="parameters" element="tns:CreateServer" />
</wsdl:message>
<wsdl:message name="CreateServerSoapOut">
<wsdl:part name="parameters" element="tns:CreateServerResponse" />
</wsdl:message>
<wsdl:message name="DeleteServerSoapIn">
<wsdl:part name="parameters" element="tns:DeleteServer" />
</wsdl:message>
<wsdl:message name="DeleteServerSoapOut">
<wsdl:part name="parameters" element="tns:DeleteServerResponse" />
</wsdl:message>
<wsdl:portType name="MyCompany.SubDivisionSoap">
<wsdl:operation name="CreateServer">
<wsdl:documentation xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">create doc text</wsdl:documentation>
<wsdl:input message="tns:CreateServerSoapIn" />
<wsdl:output message="tns:CreateServerSoapOut" />
</wsdl:operation>
<wsdl:operation name="DeleteServer">
<wsdl:documentation xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">delete doc text</wsdl:documentation>
<wsdl:input message="tns:DeleteServerSoapIn" />
<wsdl:output message="tns:DeleteServerSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="MyCompany.SubDivisionSoap" type="tns:MyCompany.SubDivisionSoap">
<soap:binding transport="
http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="CreateServer">
<soap:operation soapAction="MyCompany.SubDivision/CreateServer" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DeleteServer">
<soap:operation soapAction="MyCompany.SubDivision/DeleteServer" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="MyCompany.SubDivisionSoap12" type="tns:MyCompany.SubDivisionSoap">
<soap12:binding transport="
http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="CreateServer">
<soap12:operation soapAction="MyCompany.SubDivision/CreateServer" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DeleteServer">
<soap12:operation soapAction="MyCompany.SubDivision/DeleteServer" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="MyCompany.SubDivision">
<wsdl:documentation xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">bindings doc</wsdl:documentation>
<wsdl:port name="MyCompany.SubDivisionSoap" binding="tns:MyCompany.SubDivisionSoap">
<soap:address location="
http://127.0.0.1/soap/server.php" />
</wsdl:port>
<wsdl:port name="MyCompany.SubDivisionSoap12" binding="tns:MyCompany.SubDivisionSoap12">
<soap12:address location="
http://127.0.0.1/soap/server.php" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>