Hi Matt, The problem is the WSDL, they are using Axis2 to generate it, which generates SOAP 1.1 and 1.2 bindings in the WSDL file. CF uses Axis1, which has trouble with SOAP1.2 in wsdl.
You could probably get it to work by saving the WSDL file locally and modifying it. -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://hackmycf.com - Is your ColdFusion Server Secure? On Wed, Jan 20, 2010 at 11:48 AM, Matt G <[email protected]> wrote: > > I'm having a problem using cfinvoke or adding this web service url in the > coldfusion admin. > > > <cfinvoke returnvariable="returndata" webservice=" > http://www.fortedata.com:8080/axis2/services/FdsWebService?wsdl" > refreshwsdl="yes" method="PostLead"> > > > > I get the error for cfinvoke > > > "Cannot generate stub objects for web service invocation. " > > > "Name: > > http://www.fortedata.com:8080/axis2/services/FdsWebService?wsdl. WSDL: > > http://www.fortedata.com:8080/axis2/services/FdsWebService?wsdl. > java.io.IOException: ERROR: Missing element inFault "SQLException" in > operation "SQLException", in binding GetRates It is recommended that you use > a web browser to retrieve and examine the requested WSDL document to ensure > it is correct. If the requested WSDL document cannot be retrieved or is > dynamically generated, it is likely that the target web service has > programming errors. " > > > and in the administrator > > > ""Error creating web service. Please ensure that you have entered a correct > Web Service name or URL."" > > > The url is > > > http://www.fortedata.com:8080/axis2/services/FdsWebService?wsdl > > > page loads fine in a browser... > > > > I do see an issue being brought up here in the wsdl, but I have no idea > why...this isnt my wsdl btw.. > > > <wsdl:operation name="GetRates"> > <wsdl:input message="ns:GetRatesRequest" wsaw:Action="urn:GetRates"/> > <wsdl:output message="ns:GetRatesResponse" > wsaw:Action="urn:GetRatesResponse"/> > <wsdl:fault message="ns:SQLException" name="SQLException" > wsaw:Action="urn:GetRatesSQLException"/> > </wsdl:operation> > line 3 > > any ideas? > > > Thanks for any help... > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329942 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

