Hi Josh, I tried both of those methods. In the CF Administrator, the web service isn't even listed (I thought the wsdl file gets created the first time you try to access it), and the cfinvoke tag doesn't have a "refreshWSDL=" attribute. (I tried adding it manually and it just hangs while loading) I'm not sure if this will help, but here's the results of calling the wsdl file like so:
URL: "http://orld-6fjdev/webservices/JobUpdates.cfc?wsdl" Results: <wsdl:definitions targetNamespace="http://webservices"> <!--WSDL created by ColdFusion version 8,0,0,176276--> â <wsdl:types> â <schema targetNamespace="http://rpc.xml.coldfusion"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> â <complexType name="CFCInvocationException"> <sequence/> </complexType> </schema> </wsdl:types> <wsdl:message name="NEWJOBResponse"> </wsdl:message> â <wsdl:message name="NEWJOBRequest"> <wsdl:part name="USERNAME" type="xsd:string"/> <wsdl:part name="PASSWORD" type="xsd:string"/> <wsdl:part name="JOBCOMPANYNAME" type="xsd:string"/> <wsdl:part name="JOBCODE" type="xsd:double"/> <wsdl:part name="JOBTITLE" type="xsd:string"/> <wsdl:part name="JOBINDUSTRIES" type="xsd:string"/> <wsdl:part name="JOBFUNCTIONS" type="xsd:string"/> <wsdl:part name="JOBLOCATION" type="xsd:string"/> <wsdl:part name="JOBSTATE" type="xsd:string"/> <wsdl:part name="JOBDESCRIPTION" type="xsd:string"/> <wsdl:part name="JOBOPPORTUNITY" type="xsd:string"/> <wsdl:part name="JOBCOMPENSATION" type="xsd:string"/> <wsdl:part name="JOBMINCOMPENSATION" type="xsd:string"/> <wsdl:part name="JOBMINEXPERIENCE" type="xsd:string"/> <wsdl:part name="JOBMAXEXPERIENCE" type="xsd:string"/> <wsdl:part name="JOBCONTACTNAME" type="xsd:string"/> <wsdl:part name="JOBCONTACTEMAIL" type="xsd:string"/> <wsdl:part name="JOBCONTACTSTATUS" type="xsd:string"/> <wsdl:part name="JOBCONTACTURL" type="xsd:string"/> <wsdl:part name="JOBCONTACTPHONE" type="xsd:string"/> <wsdl:part name="JOBCONTACTFAX" type="xsd:string"/> <wsdl:part name="JOBSHOWRIGHTEYES" type="xsd:string"/> <wsdl:part name="JOBRECEIVERIGHTEYES" type="xsd:string"/> <wsdl:part name="JOBIONUMBER" type="xsd:string"/> <wsdl:part name="JOBTYPE" type="xsd:string"/> <wsdl:part name="JOBVERIFICATION" type="xsd:string"/> </wsdl:message> â <wsdl:message name="CFCInvocationException"> <wsdl:part name="fault" type="tns1:CFCInvocationException"/> </wsdl:message> â <wsdl:portType name="JobUpdates"> â <wsdl:operation name="NEWJOB" parameterOrder="USERNAME PASSWORD JOBCOMPANYNAME JOBCODE JOBTITLE JOBINDUSTRIES JOBFUNCTIONS JOBLOCATION JOBSTATE JOBDESCRIPTION JOBOPPORTUNITY JOBCOMPENSATION JOBMINCOMPENSATION JOBMINEXPERIENCE JOBMAXEXPERIENCE JOBCONTACTNAME JOBCONTACTEMAIL JOBCONTACTSTATUS JOBCONTACTURL JOBCONTACTPHONE JOBCONTACTFAX JOBSHOWRIGHTEYES JOBRECEIVERIGHTEYES JOBIONUMBER JOBTYPE JOBVERIFICATION"> <wsdl:input message="impl:NEWJOBRequest" name="NEWJOBRequest"/> <wsdl:output message="impl:NEWJOBResponse" name="NEWJOBResponse"/> <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/> </wsdl:operation> </wsdl:portType> â <wsdl:binding name="JobUpdates.cfcSoapBinding" type="impl:JobUpdates"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> â <wsdl:operation name="NEWJOB"> <wsdlsoap:operation soapAction=""/> â <wsdl:input name="NEWJOBRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/> </wsdl:input> â <wsdl:output name="NEWJOBResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/> </wsdl:output> â <wsdl:fault name="CFCInvocationException"> <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://webservices" use="encoded"/> </wsdl:fault> </wsdl:operation> </wsdl:binding> â <wsdl:service name="JobUpdatesService"> â <wsdl:port binding="impl:JobUpdates.cfcSoapBinding" name="JobUpdates.cfc"> <wsdlsoap:address location="http://orld-6fjdev/webservices/JobUpdates.cfc"/> </wsdl:port> </wsdl:service> </wsdl:definitions> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336160 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

