Posts

Showing posts from November, 2018

ORVE WS (Dynamic) (13) Defiining property files and strategy

0. Introduction In order to customize an application, it is quite interesting having a property file. In this post, the strategy to retrieve records from ORVE is defined 1. Property file Here is the property file 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 #======================================================================================== # 1. TERALCO PROPERTIES #======================================================================================== persistence.unit.gexflow = PostgressGexflowJPAPU #Teralco Properties teralco.wsdl = http:// TERALCO_SERVER_IP /gexflow/ws/Registro_v2.0?wsdl teralco.registro.entrada.operation = registrarAsientoEntrada teralco.registro.entrada.input.class = gexflow.reges.RegistrarAsientoEntrada teralco.registro.entrada.output.class = gexflow.reges.RegistroEntradaWSV2JB teral