24 lines
762 B
Batchfile
24 lines
762 B
Batchfile
@rem
|
|
@rem FOURJS_START_COPYRIGHT(U,2011)
|
|
@rem Property of Four Js*
|
|
@rem (c) Copyright Four Js 2011, 2019. 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 Shopping.per
|
|
fglform User.per
|
|
fglform EnterURL.per
|
|
|
|
fglwsdl -o ws_shoppingCart http://localhost:8090/ShoppingCart?WSDL
|
|
fglcomp ws_shoppingCart.4gl
|
|
fglcomp ShoppingClient.4gl
|
|
call fgllink -o ShoppingClient.42r ShoppingClient.42m ws_shoppingCart.42m WSHelper.42m libfgl4js.42x
|
|
|
|
|