<?xml version="1.0" encoding="UTF-8" ?>
<!-- this WSDL file was automatically generated by 4D -->
<definitions name="WebService" targetNamespace="http://www.clients.successware.net/namespace/default" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.clients.successware.net/namespace/default" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<message name="WebService_SubmitInquiryRequest">
		<part name="Client_ID" type="xsd:int"/>
		<part name="Name_Title" type="xsd:string"/>
		<part name="First_Name" type="xsd:string"/>
		<part name="Middle_Initial" type="xsd:string"/>
		<part name="Last_Name" type="xsd:string"/>
		<part name="Name_Suffix" type="xsd:string"/>
		<part name="Business_Name" type="xsd:string"/>
		<part name="Street_Name" type="xsd:string"/>
		<part name="City_Name" type="xsd:string"/>
		<part name="State" type="xsd:string"/>
		<part name="ZIP_Code" type="xsd:string"/>
		<part name="Home_Phone" type="xsd:string"/>
		<part name="Work_Phone" type="xsd:string"/>
		<part name="Work_Phone_Extension" type="xsd:string"/>
		<part name="Cell_Phone" type="xsd:string"/>
		<part name="FAX" type="xsd:string"/>
		<part name="Pager" type="xsd:string"/>
		<part name="Email_Address" type="xsd:string"/>
		<part name="Identifier_1" type="xsd:string"/>
		<part name="Identifier_2" type="xsd:string"/>
		<part name="Identifier_3" type="xsd:string"/>
		<part name="Identifier_4" type="xsd:string"/>
		<part name="Identifier_5" type="xsd:string"/>
		<part name="Event_Date" type="xsd:date"/>
		<part name="Prospect_Type" type="xsd:string"/>
		<part name="No_Direct_Mail" type="xsd:boolean"/>
		<part name="Notes" type="xsd:string"/>
		<part name="Product_Line" type="xsd:string"/>
		<part name="Product_Line_Category" type="xsd:string"/>
		<part name="Marketing_Strategy" type="xsd:string"/>
		<part name="Marketing_Strategy_Source" type="xsd:string"/>
		<part name="Marketing_Strategy_Source_Other" type="xsd:string"/>
	</message>
	<message name="WebService_SubmitInquiryResponse">
	</message>
	<portType name="WebServiceRPC">
		<operation name="WebService_SubmitInquiry">
			<input message="tns:WebService_SubmitInquiryRequest"/>
			<output message="tns:WebService_SubmitInquiryResponse"/>
		</operation>
	</portType>
	<binding name="WebServiceBinding" type="tns:WebServiceRPC">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
		<operation name="WebService_SubmitInquiry">
<documentation>no documentation is available</documentation>
			<soap:operation soapAction="WebService#WebService_SubmitInquiry"/>
			<input>
				<soap:body use="encoded" namespace="http://www.clients.successware.net/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</input>
			<output>
				<soap:body use="encoded" namespace="http://www.clients.successware.net/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</output>
		</operation>
	</binding>
	<service name="WebService">
		<documentation></documentation>
		<port name="WebServicePort" binding="tns:WebServiceBinding">
			<soap:address location="http://www.successwareclients.net/4DSOAP/"/>
		</port>
	</service>
</definitions>
