27 lines
973 B
Batchfile
27 lines
973 B
Batchfile
@rem
|
|
@rem FOURJS_START_COPYRIGHT(U,2000)
|
|
@rem Property of Four Js*
|
|
@rem (c) Copyright Four Js 2000, 2021. All Rights Reserved.
|
|
@rem * Trademark of Four Js Development Tools Europe Ltd
|
|
@rem in the United States and elsewhere
|
|
@rem
|
|
@rem Four Js and its suppliers do not warrant or guarantee that these samples
|
|
@rem are accurate and suitable for your purposes. Their inclusion is purely for
|
|
@rem information purposes only.
|
|
@rem FOURJS_END_COPYRIGHT
|
|
@rem
|
|
|
|
fglform calculatorClient.per
|
|
fglform enterURL.per
|
|
|
|
fglwsdl -soap11 -o ws_calculator http://localhost:8090/Calculator?WSDL
|
|
fglcomp ws_calculator.4gl
|
|
fglcomp calculatorClient.4gl
|
|
call fgllink -o CalculatorClient.42r calculatorClient.42m ws_calculator.42m
|
|
|
|
fglwsdl -soap12 -o ws_calculatorSoap12 http://localhost:8090/Calculator?WSDL
|
|
fglcomp ws_calculatorSoap12.4gl
|
|
fglcomp calculatorClientSoap12.4gl
|
|
call fgllink -o CalculatorClientSoap12.42r calculatorClientSoap12.42m ws_calculatorSoap12.42m
|
|
|