Hi all, I'm trying to consume a fairly simple soap remote service. I can hit the url in a browser and get the soap definition page.
I tried the follow code: > <cfinvoke webservice="#request.soapURL#" method="getItems" > intCustomerID="1022" returnvariable="result" /> At first I got an error that, when I searched, indicated I needed to move the tools.jar to the proper path. I have the vivotech installer, single instance install with tomcat. I copied the tools.jar to /opt/opendb/lib (which is where my OpenBlueDragon.jar is located), and restarted the server. That error went away and now I'm seeing the following error. > Unrecognized error code: Failed to compile web service generated client > classes for http://xxx.xxx.xxx.xxx/service/service.asmx?wsdl. The compiler > error messages follow: JAR: webservices.jar was not found in either > [/opt/openbd/tomcat/webapps/manager/WEB-INF/lib/] or [$/opt/openbd/lib/] The strange thing is, when I look in the /opt/opendb/lib folder - I can clearly see that webservices.jar is there. Next I created a lib in webapps/manager/WEB-INF/ and copied the webservers.jar there - still not luck, same error. Any ideas or help? Thanks, Alan Cole (PGP Key ID: 0x82D8E0C7) -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
