Installation guide
Deploying the FlashCONNECT SOAP Interface
FlashCONNECT Administrator’s Guide 129
2. Run the sample program. For example:
java -classpath %CLASSPATH% samples/FCStock/fc getquote ibm
The example below should also execute properly, and display html text:
java -classpath %CLASSPATH% samples/FCStock/fc boo ibm
The second parameter (ibm) is required by the java program, but is ignored by
boo.
/*
* This software may include or be accompanied by software
* developed by third parties, including the apache software
* foundation (http://www.apache.org/). Software from third
* parties is subject to license restrictions. For additional
* details, please see the Raining Data End User License
* Agreement and the third party license agreements that
* accompany the product. Raining Data may modify some third
* party programs.
*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 2001-2003 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the
* following conditions are met:
*
* 1.Redistributions of source code must retain the above
* copyright notice, this list of conditions and the following
* disclaimer.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* 3. The end-user documentation included with the
* redistribution, if any, must include the following
* acknowledgment: "This product includes software developed by
* the Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software
* itself, if and wherever such third-party acknowledgments
* normally appear.
NOTE—The getquote database business rule is a parameter.