<?xml version="1.0" encoding="UTF-8"?>
<definitions name="TLCAudit"
targetNamespace="http://huckfin.umsl.edu/soap/TLCAudit.wsdl"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://huckfin.umsl.edu/wsdl/TLCAudit.wsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<message name="SubmitAuditRequest">
<part name="Gate" type="xsd:string"/>
<part name="Stuno" type="xsd:string"/>
<part name="User" type="xsd:string"/>
<part name="Pass" type="xsd:string"/>
</message>
<message name="SubmitAuditResponse">
<part name="status" type="xsd:string"/>
</message>
<portType name="TLCAudit_PortType">
<operation name="SubmitAudit">
<input
message="tns:SubmitAuditRequest"/>
<output
message="tns:SubmitAuditResponse"/>
</operation>
</portType>
<binding name="TLCAudit_Binding"
type="tns:TLCAudit_PortType">
<soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="SubmitAudit">
<soap:operation
soapAction="SubmitAudit"/>
<input>
<soap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:examples:tlcaudit" use="encoded"/>
</input>
<output>
<soap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:examples:tlcaudit" use="encoded"/>
</output>
</operation>
</binding>
<service name="TLCAudit_Service">
<documentation>WSDL File for TLC Dars Audit
Submission</documentation>
<port binding="tns:TLCAudit_Binding"
name="TLCAudit_Port">
<soap:address
location="http://huckfinn.umsl.edu/soap/servlet/rpcrouter"/>
</port>
</service>
</definitions>
-----Original Message-----
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 10:14 AM
To: CF-Talk
Subject: Re: CFINVOKE fails to call SOAP service
On Tuesday 06 Jul 2004 15:53 pm, Pratte, Paul S. wrote:
> Emitter failure. There is an undefined binding (TLCAudit_Binding) in
the
> WSDL document.
There probably is.
> Hint: make sure is fully qualified. It is recommended
> that you use a web browser to retrieve and examine the requested WSDL
> document for correctness.
You didn't say if you had.
You could stick it online somewhere if you can't read WSDL.
--
Tom Chiverton
Advanced ColdFusion Programmer
Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

