<definitions name="StarDate" targetNamespace="SoapInterop" xmlns:wsdlns="SoapInterop" xmlns:typens="SoapInterop" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:stk="http://schemas.microsoft.com/soap-toolkit/wsdl-extension" xmlns="http://schemas.xmlsoap.org/wsdl/">
 <types>
  <schema targetNamespace="SoapInterop" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" elementFormDefault="qualified">
  </schema>
 </types>

 <message name="StarDateResponse">
    <part name="StarDate" type="xsd:string" />
 </message>


 <portType name="StarDatePortType">
  <operation name="StarDate">
    <documentation>StarDate : The StarDate is a fictious value that was supposedly used to keep track of mission time while starships were away from known federation planets.</documentation> 
    <output message="wsdlns:StarDateResponse"/>
  </operation>
 </portType>

 <binding name="StarDateBinding" type="wsdlns:StarDatePortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
   <operation name="StarDate">
    <soap:operation soapAction="#StarDate"/>
     <output>
      <soap:body use="encoded" namespace="SoapInterop" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     </output>
    </operation>
 </binding>

 <service name="StarDate">
  <documentation>StarDate : The StarDate is a fictious value that was supposedly used to keep track of mission time while starships were away from known federation planets.</documentation> 
  <port name="IBaseDataTypes" binding="wsdlns:StarDateBinding">
   <soap:address location="http://www.x-ws.de/cgi-bin/StarDate/StarDate.wsdl"/>
  </port>
</service>
</definitions>


