From: bri Date: Mon, 10 Feb 2014 14:50:39 +0000 (+0400) Subject: the files add siman_stabs_code_generator.sh and SimanSalomeService.wsdl have been... X-Git-Tag: V1_0_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9dd57a677f2229a1b488af6a9ac3711d475bd437;p=tools%2Fsimanio.git the files add siman_stabs_code_generator.sh and SimanSalomeService.wsdl have been added --- diff --git a/scripts/SimanSalomeService.wsdl b/scripts/SimanSalomeService.wsdl new file mode 100644 index 0000000..408f606 --- /dev/null +++ b/scripts/SimanSalomeService.wsdl @@ -0,0 +1,347 @@ + + + SimanSalomeService + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/scripts/siman_stabs_code_generator.sh b/scripts/siman_stabs_code_generator.sh new file mode 100755 index 0000000..16bb2cc --- /dev/null +++ b/scripts/siman_stabs_code_generator.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +export CODEGEN_HOME=${WSFCPP_HOME}/bin/tools/codegen +for f in $CODEGEN_HOME/lib/*.jar +do + CODEGEN_CLASSPATH=$CODEGEN_CLASSPATH:$f +done +export CODEGEN_CLASSPATH + +echo the classpath $CODEGEN_CLASSPATH +java -classpath $CODEGEN_CLASSPATH org.apache.axis2.wsdl.WSDL2CPP $*