<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://procdev.com/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://procdev.com/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://procdev.com/webservices/">
      <s:element name="Z">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="P" type="s:float" />
            <s:element minOccurs="1" maxOccurs="1" name="T" type="s:float" />
            <s:element minOccurs="1" maxOccurs="1" name="Pcrit" type="s:float" />
            <s:element minOccurs="1" maxOccurs="1" name="Tcrit" type="s:float" />
            <s:element minOccurs="1" maxOccurs="1" name="Acentric" type="s:float" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ZResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ZResult" type="s:float" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ZSoapIn">
    <wsdl:part name="parameters" element="tns:Z" />
  </wsdl:message>
  <wsdl:message name="ZSoapOut">
    <wsdl:part name="parameters" element="tns:ZResponse" />
  </wsdl:message>
  <wsdl:portType name="zCalcSvcSoap">
    <wsdl:operation name="Z">
      <wsdl:input message="tns:ZSoapIn" />
      <wsdl:output message="tns:ZSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="zCalcSvcSoap" type="tns:zCalcSvcSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Z">
      <soap:operation soapAction="http://procdev.com/webservices/Z" 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="zCalcSvcSoap12" type="tns:zCalcSvcSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Z">
      <soap12:operation soapAction="http://procdev.com/webservices/Z" 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="zCalcSvc">
    <wsdl:port name="zCalcSvcSoap" binding="tns:zCalcSvcSoap">
      <soap:address location="http://www.procdev.com/zcalcs/zcalcsvc.asmx" />
    </wsdl:port>
    <wsdl:port name="zCalcSvcSoap12" binding="tns:zCalcSvcSoap12">
      <soap12:address location="http://www.procdev.com/zcalcs/zcalcsvc.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>