![]()
|
OpenSOAP Project The Middleware as Platform for IT Application Services | |
Menu |
OpenSOAP Sample ProgramsThe following sample programs are included in the package: Go to Sample Directory OpenSOAP Samples ================ The following examples have been prepared as OpenSOAP sample programs. For more details please read the README file in each of the directories. To compile, the Makefile provided in each directory ${DIR}.mak is used, and not the Makefile generated by the configure command. $ make -f Hello.mak clean (If executables were generated by the full compile) $ make -f Hello.mak In order to use, the service commands must be installed in the CGI-BIN, and necessary files in the OpenSOAP Server directory. $ vi Hello.mak (If necessary modify CGI_BIN_DIR) $ su # make -f Hello.mak install -> The HelloService.cgi, HelloService and Hello.ssml are copied. (If the ssml file has been modified, you must 'reload' the OpenSOAP server) Test rules in the ${DIR}.mak files are available. To verify, use the make command as follows. $ make -f Hello.mak stest (Service Test) $ make -f Hello.mak ctest (Client Test) --------------------------------------------------------- Hello A very simple service/client sample. If a name is supplied by the client, the service will respond with that name. --------------------------------------------------------- SimpleCalc A very simply implemented service/client calculation sample. --------------------------------------------------------- CalcAsync An asynchronous compatible Calc(simple arithmetic) service/client sample. It is possible to test asynchronous processing. --------------------------------------------------------- CalcAsyncHop This uses the CalcAsync service. It is possible to test maximum specified 'hop count' processing. --------------------------------------------------------- CalcAsyncPath This uses the CalcAsync service. It is possible to test specified host processing. --------------------------------------------------------- Calc A simple arithmetic client and service sample code. --------------------------------------------------------- HelloSec Hello sample secure version. An OpenSOAP security function usage and execution example. --------------------------------------------------------- ShoppingSec A shopping Web service service/client sample. Sychronous only, asynchronous, both --------------------------------------------------------- SecCertAuth Security verification sample. This includes both a data registration command(Regist) and a certificate acquisition service/client(GetCert). --------------------------------------------------------- Base Sample code illustrating a very basic usage of the OpenSOAP API. --------------------------------------------------------- Security Sample code illustrating the use of OpenSOAP security features. --------------------------------------------------------- Transaction Transaction processing sample. --------------------------------------------------------- --------------------------------------------------------- *OBSOLETE* Shopping This has changed to ShoppingSec(as of 1.0pre2). Soaping The PING implementation displaying the service response time. Moved to the basic service tool(src/tools/). (from 1.0-20021031) Copyright (C) 2001-2004 Webmasters of www.opensoap.jp. All
Rights Reserved.
|