X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=8501ed3a28c2e6f03a65f9968be8608e1e16bf46;hb=4244b1463e572f2e6a37acf86ce271cbf299b5eb;hp=422be047cf2558233736662890f3619a9f72d167;hpb=348be6549868b9d386cc4207d88d44715c892972;p=tools%2Fsimanio.git diff --git a/INSTALL b/INSTALL index 422be04..8501ed3 100644 --- a/INSTALL +++ b/INSTALL @@ -88,7 +88,8 @@ CMAKE_INSTALL_PREFIX variable (passed to cmake or ccmake): 3. Generating Web Service Client Stubs -------------------------------------- -It is the optional action for current version. +This paragraph describes a procedure of the web services client stubs generating +Note: it is an optional action for the current version of SimanIO. SimanIO library sources include a set of web services client stubs generated by means of WSO2 Web Services Framework for C++. @@ -100,13 +101,16 @@ SIMAN wsdl file. Use the following parameters to generate the Axis2/C client stub code with ADB (Axis Data Binding) support: - $ ./siman_stabs_code_generator.sh -uri -d adb -u + $ siman_stabs_code_generator.sh -uri -d adb -u -The SIMAN stabs code generator script -(/scripts/siman_stabs_code_generator.sh) generates the client stub -files .h and .cpp from the given SIMAN wsdl file, path to which is specified -via (/scripts/SimanSalomeService.wsdl) -and puts generated files to the src sub-directory of a source tree. +The SIMAN stabs code generator script creates the client stub files .h and +.cpp from the given SIMAN wsdl file, path to which is specified +via the parameter; resulting files should be put to the +src sub-directory of a source tree. + +The siman_stabs_code_generator.sh script and wsdl template file +SimanSalomeService.wsdl are located in the scripts sub-directory of a source +tree. ------------------------------------------------- 4. Build SALOME KERNEL module with SIMAN support