Not a bad idea Artur, the error is pretty odd... *** Error: No method named "setTypeMappingVersion" was found in type "org/apache/axis/client/Service". 59. org.apache.axis.client.Call _call = super._createCall();
A couple of things to try: - call your page from the built in web server, same result? - have a look at Settings Summary in ColdFusion Administrator. Do you see any odd paths or files that don't seem to belong to CF? It's possible some different libraries have been loaded than were expected, probably to do with Axis. Cheers, AS -----Original Message----- From: Artur Kordowski [mailto:[EMAIL PROTECTED] Sent: Monday, 20 February 2006 1:08 AM To: CF-Talk Subject: RE: Problems with invoking a Webservice No, there is no other code. I will try to install CF again. Thanks for ur help. Artur -----Original Message----- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Sunday, February 19, 2006 1:41 PM To: CF-Talk Subject: RE: Problems with invoking a Webservice Is there any more code besides what you have already posted? As it's not reproducible here, I guess the problem lies in your setup. -----Original Message----- From: Artur Kordowski [mailto:[EMAIL PROTECTED] Sent: Sunday, 19 February 2006 9:47 PM To: CF-Talk Subject: RE: Problems with invoking a Webservice >Deleting them ensures the stubs are re-generated from the WSDL. Ok, understand. But even if I delete this folder the error is still there. What can I do? Any help is appreciate. Artur -----Original Message----- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Sunday, February 19, 2006 2:21 AM To: CF-Talk Subject: RE: Problems with invoking a Webservice No, you need those files for it to work, Deleting them ensures the stubs are re-generated from the WSDL. -----Original Message----- From: Artur Kordowski [mailto:[EMAIL PROTECTED] Sent: Sunday, 19 February 2006 4:58 AM To: CF-Talk Subject: RE: Problems with invoking a Webservice Hi Andrew, the problem is, when I deleted the folder it will be created new on every reload. It is possible do disable it somewhere? Or is there any workaround? Artur -----Original Message----- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Saturday, February 18, 2006 6:49 PM To: CF-Talk Subject: RE: Problems with invoking a Webservice You can delete the folders from here down: D:/Programme/Macromedia/ColdFusionMX7/stubs/ The classes (stubs) will be regenerated when you call the web service again. Does it still throw the same error then? You might have another version of Axis which is mistakenly being loaded before the CF one. Seems unlikely. Sorry, it's late o'clock. Gotta go. -----Original Message----- From: Artur Kordowski [mailto:[EMAIL PROTECTED] Sent: Sunday, 19 February 2006 4:30 AM To: CF-Talk Subject: RE: Problems with invoking a Webservice Here is the whole error message: coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 4 semantic errors compiling "D:/Programme/Macromedia/ColdFusionMX7/stubs/WS1432946178/net/xmethods/www/s d/TemperatureService_wsdl/TemperatureBindingStub.java": 33. oper.setStyle(org.apache.axis.constants.Style.RPC); <------------------------------------------------> *** Error: No match was found for method "setStyle(org.apache.axis.constants.Style)". 34. oper.setUse(org.apache.axis.constants.Use.ENCODED); <------------------------------------------------> *** Error: No match was found for method "setUse(org.apache.axis.constants.Use)". 54. ((org.apache.axis.client.Service)super.service).setTypeMappingVersion("1.2") ; <--------------------------------------------------------------------------> *** Error: No method named "setTypeMappingVersion" was found in type "org/apache/axis/client/Service". 59. org.apache.axis.client.Call _call = super._createCall(); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232894 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

