Hi All, I'm using CFINVOKE to consume an enterprise web service. Now, I'm not well versed on web services. But, from reading the CF documentation on them, you're supposed to be able to use <CFINVOKE...> to access them. So, in my test page I have:
<cfinvoke webservice="http://domain.xxx/webservice/EnterpriseWebService?WSDL" method="neededMethod" returnVariable="theOutput"> <cfinvokeargument name="input1" value="#myInput#" /> </cfinvoke> I'm trying to use a method called "neededMethod". When the <cfinvoke...> tag is reached, I get the following error: coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 2 semantic errors compiling "/export/jrun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/stubs/WS-147004589/EnterpriseWebService/webservice/xxx/gov/us/EnterpriseWebService.java... >From this error, it looks like I need a class or some other component from the >group that created the web service. Correct? My question is, why is CF trying to compile Java code if this web service is available to the enterprise? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:327063 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

