-
Notifications
You must be signed in to change notification settings - Fork 4
/
moneta-api.ini
31 lines (21 loc) · 876 Bytes
/
moneta-api.ini
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
;
; Configuration class for WSDLParser class
; author: <afi.work@gmail.com>
;
[generator]
; Path or URL to file containing WSDL definition
wsdlFile = "https://service.moneta.ru/services.wsdl"
outputDir = "./moneta-api/"
; Name of file that will be contains Data types defined in WSDL
dataTypesOutDir = "Types"
; Name of file that will be contains class representing access to methods of web-service
connectorClassName = "MonetaWebServiceConnector"
; main namespace
namespace = 'Moneta';
; prefix for generated data types to avoid conflicts with another classes
namespaceForTypes = 'Types'
; select portType you need
portType = ""
[system]
; comma saparated list of primitive types
primitiveTypes = "string,normalizedString,int,integer,long,float,boolean,dateTime,date,double,short,UNKNOWN,base64Binary,decimal,ArrayOfInt,ArrayOfFloat,ArrayOfString,decimal,hexBinary"