<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWSDLPublishservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="http://www.borland.com/namespaces/Types">
  <types>
    <xs:schema targetNamespace="http://www.borland.com/namespaces/Types" xmlns="http://www.borland.com/namespaces/Types">
      <xs:complexType name="TWideStringDynArray">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <xs:sequence/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="GetPortTypeList0Request"/>
  <message name="GetPortTypeList0Response">
    <part name="return" type="ns1:TWideStringDynArray"/>
  </message>
  <message name="GetWSDLForPortType1Request">
    <part name="PortType" type="xs:string"/>
  </message>
  <message name="GetWSDLForPortType1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetTypeSystemsList2Request"/>
  <message name="GetTypeSystemsList2Response">
    <part name="return" type="ns1:TWideStringDynArray"/>
  </message>
  <message name="GetXSDForTypeSystem3Request">
    <part name="TypeSystem" type="xs:string"/>
  </message>
  <message name="GetXSDForTypeSystem3Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IWSDLPublish">
    <operation name="GetPortTypeList">
      <input message="tns:GetPortTypeList0Request"/>
      <output message="tns:GetPortTypeList0Response"/>
    </operation>
    <operation name="GetWSDLForPortType">
      <input message="tns:GetWSDLForPortType1Request"/>
      <output message="tns:GetWSDLForPortType1Response"/>
    </operation>
    <operation name="GetTypeSystemsList">
      <input message="tns:GetTypeSystemsList2Request"/>
      <output message="tns:GetTypeSystemsList2Response"/>
    </operation>
    <operation name="GetXSDForTypeSystem">
      <input message="tns:GetXSDForTypeSystem3Request"/>
      <output message="tns:GetXSDForTypeSystem3Response"/>
    </operation>
  </portType>
  <binding name="IWSDLPublishbinding" type="tns:IWSDLPublish">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetPortTypeList">
      <soap:operation soapAction="http://www.borland.com/namespaces/Types-IWSDLPublish" style="rpc"/>
      <input message="tns:GetPortTypeList0Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output message="tns:GetPortTypeList0Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="GetWSDLForPortType">
      <soap:operation soapAction="http://www.borland.com/namespaces/Types-IWSDLPublish" style="rpc"/>
      <input message="tns:GetWSDLForPortType1Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output message="tns:GetWSDLForPortType1Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="GetTypeSystemsList">
      <soap:operation soapAction="http://www.borland.com/namespaces/Types-IWSDLPublish" style="rpc"/>
      <input message="tns:GetTypeSystemsList2Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output message="tns:GetTypeSystemsList2Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
    <operation name="GetXSDForTypeSystem">
      <soap:operation soapAction="http://www.borland.com/namespaces/Types-IWSDLPublish" style="rpc"/>
      <input message="tns:GetXSDForTypeSystem3Request">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </input>
      <output message="tns:GetXSDForTypeSystem3Response">
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.borland.com/namespaces/Types"/>
      </output>
    </operation>
  </binding>
  <service name="IWSDLPublishservice">
    <port name="IWSDLPublishPort" binding="tns:IWSDLPublishbinding">
      <soap:address location="http://www.ifrog.co/npsc/SCWS9.dll/soap/IWSDLPublish"/>
    </port>
  </service>
</definitions>

