I was testing some simple web services code and needed to try it under Open BlueDragon. I was very happy to see a 'Ready2Run' install option. I downloaded, unzipped, and entered one command in Terminal and I was up and running. However, I ran into an error when I tried to run code that made a web service request.
I searched and I found a few other people with the same problem, but I didn't find any solutions. (I probably gave up too quickly.) I did a quick tweet for help and got some good feedback. The solution is to create a folder under webroot_cfmlapps/cfmlWebContext_1 named WEB-INF. Then make another folder under WEB-INF called libs. I then copied JARs from jetty-openbd/lib/openbd. I copied: jaxrpc.jar, saaj.jar, webservices.jar, and wsdl4.jar. (Basically I copied one jar at a time until the errors went away.) Anyway, thanks atomi and Joshua Leone for the help!Unrecognized error code: Failed to compile web service generated client classes for http://eval.sugarondemand.com/secret/soap.php?wsdl. The compiler error messages follow: /Applications/jetty-openbd/webroot_cfmlapps/cfmlWebContext_1/WEB-INF/lib/webservices.jar does not exist and is needed to compile web service type.


Comment 1 written by dave on 7 February 2009, at 7:00 PM
Comment 2 written by Raymond Camden on 7 February 2009, at 7:19 PM
Comment 3 written by Matt Woodward on 8 February 2009, at 4:52 PM
The Ready2Run download is a bit of a reconfigured Jetty that makes it easier for people to use it without a context path, so that probably explains the slight weirdness with the WEB-INF path.
Comment 4 written by Alan on 9 February 2009, at 3:43 AM
As Matt says, ping us on the mailing list, and you'll get responses very quickly. thanks
Comment 5 written by Raymond Camden on 9 February 2009, at 6:16 AM
Comment 6 written by Sid Wing on 9 February 2009, at 2:39 PM
Comment 7 written by Shane on 13 April 2009, at 6:29 PM
Is there some additional change?
Thanks
Shane
Comment 8 written by Raymond Camden on 13 April 2009, at 7:51 PM
[Add Comment] [Subscribe to Comments]