Alex, That worked! I had to remove the "$" from the beginning of the string (even though it was a full path, which tomcat docs say you have to have that).
Thank you! Alan Cole (PGP Key ID: 0x82D8E0C7) Begin forwarded message: > From: Alex Skinner <[email protected]> > Subject: Re: [OpenBD] Consuming WSDL service error > Date: November 8, 2012 3:11:25 PM EST > To: "[email protected]" <[email protected]> > Reply-To: [email protected] > > Google libpath and openbd I know there was a setting for the bluedragon.xml > where you could explicitly tell it where the lib path was and if I remember > right that fixes it > > A > > On Thursday, 8 November 2012, Alan Cole <[email protected]> wrote: > > 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 > > > > -- > Alex Skinner > Managing Director > Pixl8 Interactive > > Tel: +448452600726 > Email: [email protected] > Web: pixl8.co.uk > > > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
