<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.Softwaremaker.Net/WebServices/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.Softwaremaker.Net/WebServices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.Softwaremaker.Net/WebServices/">
      <s:element name="NumberConvertor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ps_InputNo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_Dollar" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_Cent" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_PointSeparator" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_Suffix" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="NumberConvertorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="NumberConvertorResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="NumberConvertorSoapIn">
    <wsdl:part name="parameters" element="tns:NumberConvertor" />
  </wsdl:message>
  <wsdl:message name="NumberConvertorSoapOut">
    <wsdl:part name="parameters" element="tns:NumberConvertorResponse" />
  </wsdl:message>
  <wsdl:portType name="ConvertorSoap">
    <wsdl:operation name="NumberConvertor">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">&lt;p&gt;This web service (a.k.a. Cheque-Writer) requires&lt;br/&gt;A numerical Input (No more than One Hundred Zillion - 100,000,000,000,000,000),&lt;br/&gt;A Dollar Currency Value,&lt;br/&gt;A Cent Currency Value,&lt;br/&gt;A Decimal Point Separator Value (Default is "and"),&lt;br/&gt;A Suffix Value.&lt;br/&gt;&lt;br/&gt;It returns a value that represents the text conversion of the numerical input.</documentation>
      <wsdl:input message="tns:NumberConvertorSoapIn" />
      <wsdl:output message="tns:NumberConvertorSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ConvertorSoap" type="tns:ConvertorSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="NumberConvertor">
      <soap:operation soapAction="http://www.Softwaremaker.Net/WebServices/NumberConvertor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Convertor">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Copyright 2002 Softwaremaker.Net Pte Ltd (William T). All Rights Reserved.&lt;br/&gt;&lt;br/&gt;Listed below are various useful Web Services for businesses and individuals alike to use and consume.</documentation>
    <wsdl:port name="ConvertorSoap" binding="tns:ConvertorSoap">
      <soap:address location="http://www.softwaremaker.net/webservices/swm/Convertor/Convertor.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>