<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://AsyncOp.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://AsyncOp.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://AsyncOp.com/">
      <s:element name="GenerateHTML">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sourceFile" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GenerateHTMLResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GenerateHTMLResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetResourceImage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetResourceImageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetResourceImageResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GenerateHTMLSoapIn">
    <wsdl:part name="parameters" element="tns:GenerateHTML" />
  </wsdl:message>
  <wsdl:message name="GenerateHTMLSoapOut">
    <wsdl:part name="parameters" element="tns:GenerateHTMLResponse" />
  </wsdl:message>
  <wsdl:message name="GetResourceImageSoapIn">
    <wsdl:part name="parameters" element="tns:GetResourceImage" />
  </wsdl:message>
  <wsdl:message name="GetResourceImageSoapOut">
    <wsdl:part name="parameters" element="tns:GetResourceImageResponse" />
  </wsdl:message>
  <wsdl:portType name="ProjectPublisherWSvcSoap">
    <wsdl:operation name="GenerateHTML">
      <wsdl:input message="tns:GenerateHTMLSoapIn" />
      <wsdl:output message="tns:GenerateHTMLSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetResourceImage">
      <wsdl:input message="tns:GetResourceImageSoapIn" />
      <wsdl:output message="tns:GetResourceImageSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ProjectPublisherWSvcSoap" type="tns:ProjectPublisherWSvcSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GenerateHTML">
      <soap:operation soapAction="http://AsyncOp.com/GenerateHTML" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetResourceImage">
      <soap:operation soapAction="http://AsyncOp.com/GetResourceImage" 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="ProjectPublisherWSvcSoap12" type="tns:ProjectPublisherWSvcSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GenerateHTML">
      <soap12:operation soapAction="http://AsyncOp.com/GenerateHTML" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetResourceImage">
      <soap12:operation soapAction="http://AsyncOp.com/GetResourceImage" 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="ProjectPublisherWSvc">
    <wsdl:port name="ProjectPublisherWSvcSoap" binding="tns:ProjectPublisherWSvcSoap">
      <soap:address location="http://services.asyncop.com/ProjectPublisher/ProjectPublisherWSvc.asmx" />
    </wsdl:port>
    <wsdl:port name="ProjectPublisherWSvcSoap12" binding="tns:ProjectPublisherWSvcSoap12">
      <soap12:address location="http://services.asyncop.com/ProjectPublisher/ProjectPublisherWSvc.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>