nne_client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. data/History.md +12 -0
  2. data/README.md +0 -4
  3. data/lib/nne_client/record_types/finance.rb +28 -27
  4. data/lib/nne_client/request.rb +6 -5
  5. data/lib/nne_client/result_attributes.rb +9 -0
  6. data/lib/nne_client/version.rb +1 -1
  7. data/lib/nne_client.rb +0 -2
  8. data/spec/finance_spec.rb +27 -27
  9. data/spec/result_spec.rb +9 -6
  10. data/spec/vcr_cassettes/result_additional_names_single.yml +10 -676
  11. data/spec/vcr_cassettes/result_extended_info.yml +13 -679
  12. data/spec/vcr_cassettes/result_extended_info_with_access_key.yml +15 -681
  13. data/spec/vcr_cassettes/result_fetching_basic_attributes.yml +6 -672
  14. data/spec/vcr_cassettes/result_fetching_ext_attributes_email_hash.yml +14 -1346
  15. data/spec/vcr_cassettes/result_fetching_missing_company.yml +11 -677
  16. data/spec/vcr_cassettes/result_multiple_finances.yml +23 -1355
  17. data/spec/vcr_cassettes/result_multiple_ownerships.yml +20 -1352
  18. data/spec/vcr_cassettes/result_multiple_trades.yml +17 -1349
  19. data/spec/vcr_cassettes/result_names.yml +13 -679
  20. data/spec/vcr_cassettes/result_names_empty.yml +12 -678
  21. data/spec/vcr_cassettes/result_no_finance.yml +21 -1353
  22. data/spec/vcr_cassettes/result_no_ownerships.yml +12 -678
  23. data/spec/vcr_cassettes/result_no_subsidiaries.yml +21 -1353
  24. data/spec/vcr_cassettes/result_single_finance.yml +19 -1351
  25. data/spec/vcr_cassettes/result_single_ownership.yml +24 -1356
  26. data/spec/vcr_cassettes/result_single_subsidiary.yml +23 -1355
  27. data/spec/vcr_cassettes/result_trades.yml +11 -677
  28. data/spec/vcr_cassettes/search_for_noise.yml +13 -679
  29. data/spec/vcr_cassettes/search_lokale.yml +12 -678
  30. data/spec/vcr_cassettes/search_lokale_100.yml +13 -679
  31. data/spec/vcr_cassettes/search_lokalebasen.yml +12 -678
  32. data/spec/vcr_cassettes/search_lokalebasen_with_access_key.yml +13 -679
  33. data/wsdl/nne.wsdl +639 -0
  34. metadata +6 -4
data/wsdl/nne.wsdl ADDED
@@ -0,0 +1,639 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://com.stibo.net/nne/3.1/NNE" xmlns:ns2="http://com.stibo.net/nne/3.1/Types/NNE" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="NNE" targetNamespace="http://com.stibo.net/nne/3.1/NNE">
3
+ <types>
4
+ <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://com.stibo.net/nne/3.1/Types/NNE" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://com.stibo.net/nne/3.1/Types/NNE">
5
+ <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
6
+ <complexType name="Company">
7
+ <sequence>
8
+ <element name="PNo" type="int"/>
9
+ <element name="adProtection" type="int"/>
10
+ <element name="bankConnection" type="string"/>
11
+ <element name="companyForm" type="string"/>
12
+ <element name="companyId" type="int"/>
13
+ <element name="companyType" type="string"/>
14
+ <element name="cvrNo" type="int"/>
15
+ <element name="district" type="string"/>
16
+ <element name="dsSizeCode" type="string"/>
17
+ <element name="dsSizeCodeBranch" type="string"/>
18
+ <element name="email" type="string"/>
19
+ <element name="fax" type="string"/>
20
+ <element name="foundedYear" type="string"/>
21
+ <element name="geography" type="tns:KVH"/>
22
+ <element name="homePage" type="string"/>
23
+ <element name="legalEntity" type="int"/>
24
+ <element name="linkDebtor" type="string"/>
25
+ <element name="linkGroupHierarchy" type="string"/>
26
+ <element name="linkMap" type="string"/>
27
+ <element name="linkNews" type="string"/>
28
+ <element name="numberOfEmployees" type="int"/>
29
+ <element name="numberOfEmployeesBranch" type="int"/>
30
+ <element name="officialName" type="string"/>
31
+ <element name="parentCompany" type="boolean"/>
32
+ <element name="phone" type="string"/>
33
+ <element name="statusText" type="string"/>
34
+ <element name="statusValue" type="int"/>
35
+ <element name="stockQuotation" type="string"/>
36
+ <element name="street" type="string"/>
37
+ <element name="subscriptionRules" type="string"/>
38
+ <element name="tdcId" type="int"/>
39
+ <element name="tdfName" type="string"/>
40
+ <element name="updateDate" type="string"/>
41
+ <element name="zipCode" type="int"/></sequence></complexType>
42
+ <complexType name="KVH">
43
+ <sequence>
44
+ <element name="houseNo" type="string"/>
45
+ <element name="municipalityCode" type="int"/>
46
+ <element name="streetCode" type="int"/></sequence></complexType>
47
+ <complexType name="ArrayOfAccountant">
48
+ <complexContent>
49
+ <restriction base="soap11-enc:Array">
50
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Accountant[]"/></restriction></complexContent></complexType>
51
+ <complexType name="Accountant">
52
+ <sequence>
53
+ <element name="district" type="string"/>
54
+ <element name="name" type="string"/>
55
+ <element name="zipCode" type="int"/></sequence></complexType>
56
+ <complexType name="ArrayOfstring">
57
+ <complexContent>
58
+ <restriction base="soap11-enc:Array">
59
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="string[]"/></restriction></complexContent></complexType>
60
+ <complexType name="ArrayOfSubsidiary">
61
+ <complexContent>
62
+ <restriction base="soap11-enc:Array">
63
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Subsidiary[]"/></restriction></complexContent></complexType>
64
+ <complexType name="Subsidiary">
65
+ <sequence>
66
+ <element name="country" type="string"/>
67
+ <element name="name" type="string"/>
68
+ <element name="share" type="string"/>
69
+ <element name="tdcId" type="int"/></sequence></complexType>
70
+ <complexType name="ArrayOfBank">
71
+ <complexContent>
72
+ <restriction base="soap11-enc:Array">
73
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Bank[]"/></restriction></complexContent></complexType>
74
+ <complexType name="Bank">
75
+ <sequence>
76
+ <element name="name" type="string"/></sequence></complexType>
77
+ <complexType name="ArrayOfCategory">
78
+ <complexContent>
79
+ <restriction base="soap11-enc:Array">
80
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Category[]"/></restriction></complexContent></complexType>
81
+ <complexType name="Category">
82
+ <sequence>
83
+ <element name="category" type="string"/>
84
+ <element name="categoryCode" type="int"/></sequence></complexType>
85
+ <complexType name="ArrayOfDecisionMaker">
86
+ <complexContent>
87
+ <restriction base="soap11-enc:Array">
88
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:DecisionMaker[]"/></restriction></complexContent></complexType>
89
+ <complexType name="DecisionMaker">
90
+ <sequence>
91
+ <element name="firstName" type="string"/>
92
+ <element name="group" type="string"/>
93
+ <element name="id" type="int"/>
94
+ <element name="lastName" type="string"/>
95
+ <element name="title" type="string"/></sequence></complexType>
96
+ <complexType name="ArrayOfFinance">
97
+ <complexContent>
98
+ <restriction base="soap11-enc:Array">
99
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Finance[]"/></restriction></complexContent></complexType>
100
+ <complexType name="Finance">
101
+ <sequence>
102
+ <element name="accountingDate" type="string"/>
103
+ <element name="assets" type="float"/>
104
+ <element name="availableFunds" type="float"/>
105
+ <element name="availableFundsRatio" type="float"/>
106
+ <element name="balance" type="float"/>
107
+ <element name="capacityRatio" type="float"/>
108
+ <element name="contributionRatio" type="float"/>
109
+ <element name="creditRating" type="string"/>
110
+ <element name="currentAssets" type="float"/>
111
+ <element name="depreciations" type="float"/>
112
+ <element name="fixedAssets" type="float"/>
113
+ <element name="fixedCost" type="float"/>
114
+ <element name="grossProfit" type="float"/>
115
+ <element name="incomeBeforeIncomeTax" type="float"/>
116
+ <element name="linkPDF" type="string"/>
117
+ <element name="longTermedLiability" type="float"/>
118
+ <element name="lotsAndSites" type="float"/>
119
+ <element name="netOutcome" type="float"/>
120
+ <element name="numberOfEmployees" type="int"/>
121
+ <element name="placings" type="float"/>
122
+ <element name="profit" type="float"/>
123
+ <element name="profitForTheYear" type="float"/>
124
+ <element name="profitRatio" type="float"/>
125
+ <element name="publishedDate" type="string"/>
126
+ <element name="returnOnAssets" type="float"/>
127
+ <element name="shareHoldersFundsOfInterest" type="float"/>
128
+ <element name="shareholdersFunds" type="float"/>
129
+ <element name="shortTermedLiability" type="float"/>
130
+ <element name="solvencyRatio" type="float"/>
131
+ <element name="stock" type="float"/>
132
+ <element name="tradeDebitors" type="float"/>
133
+ <element name="turnover" type="float"/>
134
+ <element name="year" type="string"/></sequence></complexType>
135
+ <complexType name="ArrayOfOwnership">
136
+ <complexContent>
137
+ <restriction base="soap11-enc:Array">
138
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Ownership[]"/></restriction></complexContent></complexType>
139
+ <complexType name="Ownership">
140
+ <sequence>
141
+ <element name="country" type="string"/>
142
+ <element name="name" type="string"/>
143
+ <element name="share" type="string"/>
144
+ <element name="tdcId" type="int"/></sequence></complexType>
145
+ <complexType name="ArrayOfTrade">
146
+ <complexContent>
147
+ <restriction base="soap11-enc:Array">
148
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Trade[]"/></restriction></complexContent></complexType>
149
+ <complexType name="Trade">
150
+ <sequence>
151
+ <element name="primary" type="boolean"/>
152
+ <element name="trade" type="string"/>
153
+ <element name="tradeCode" type="string"/></sequence></complexType>
154
+ <complexType name="ArrayOfValueText">
155
+ <complexContent>
156
+ <restriction base="soap11-enc:Array">
157
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ValueText[]"/></restriction></complexContent></complexType>
158
+ <complexType name="ValueText">
159
+ <sequence>
160
+ <element name="text" type="string"/>
161
+ <element name="value" type="int"/></sequence></complexType>
162
+ <complexType name="ArrayOfKeyText">
163
+ <complexContent>
164
+ <restriction base="soap11-enc:Array">
165
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyText[]"/></restriction></complexContent></complexType>
166
+ <complexType name="KeyText">
167
+ <sequence>
168
+ <element name="key" type="string"/>
169
+ <element name="text" type="string"/></sequence></complexType>
170
+ <complexType name="ArrayOfKeyInterval">
171
+ <complexContent>
172
+ <restriction base="soap11-enc:Array">
173
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyInterval[]"/></restriction></complexContent></complexType>
174
+ <complexType name="KeyInterval">
175
+ <sequence>
176
+ <element name="key" type="string"/>
177
+ <element name="valueFrom" type="int"/>
178
+ <element name="valueTo" type="int"/></sequence></complexType>
179
+ <complexType name="Question">
180
+ <sequence>
181
+ <element name="cvrNo" type="int"/>
182
+ <element name="district" type="string"/>
183
+ <element name="houseNo" type="string"/>
184
+ <element name="name" type="string"/>
185
+ <element name="nameStartsWith" type="boolean"/>
186
+ <element name="phone" type="string"/>
187
+ <element name="street" type="string"/>
188
+ <element name="streetStartsWith" type="boolean"/>
189
+ <element name="tdcId" type="int"/>
190
+ <element name="zipCode" type="int"/></sequence></complexType>
191
+ <complexType name="QuestionTargetGroup">
192
+ <complexContent>
193
+ <extension base="tns:Question">
194
+ <sequence>
195
+ <element name="PNo" type="int"/>
196
+ <element name="accountantName" type="string"/>
197
+ <element name="accountantZipCode" type="int"/>
198
+ <element name="areaCodes" type="string"/>
199
+ <element name="balanceFrom" type="int"/>
200
+ <element name="balanceTo" type="int"/>
201
+ <element name="bankConnection" type="string"/>
202
+ <element name="category" type="string"/>
203
+ <element name="categoryCode" type="int"/>
204
+ <element name="categoryCodeList" type="string"/>
205
+ <element name="companyFormCodeList" type="string"/>
206
+ <element name="companyStatus" type="string"/>
207
+ <element name="contributionRatioFrom" type="int"/>
208
+ <element name="contributionRatioTo" type="int"/>
209
+ <element name="countyCodes" type="string"/>
210
+ <element name="decisionMaker" type="string"/>
211
+ <element name="dsSizeCodeBranchFrom" type="string"/>
212
+ <element name="dsSizeCodeBranchTo" type="string"/>
213
+ <element name="email" type="string"/>
214
+ <element name="foundedFrom" type="string"/>
215
+ <element name="foundedTo" type="string"/>
216
+ <element name="functionArea" type="int"/>
217
+ <element name="grossProfitFrom" type="int"/>
218
+ <element name="grossProfitTo" type="int"/>
219
+ <element name="hasPhoneOnly" type="boolean"/>
220
+ <element name="homePage" type="string"/>
221
+ <element name="incomeBeforeIncomeTaxFrom" type="int"/>
222
+ <element name="incomeBeforeIncomeTaxTo" type="int"/>
223
+ <element name="legalEntitiesOnly" type="boolean"/>
224
+ <element name="municipalityCodes" type="string"/>
225
+ <element name="netResultFrom" type="int"/>
226
+ <element name="netResultTo" type="int"/>
227
+ <element name="noOfEmployeesFrom" type="int"/>
228
+ <element name="noOfEmployeesTo" type="int"/>
229
+ <element name="profitRatioFrom" type="int"/>
230
+ <element name="profitRatioTo" type="int"/>
231
+ <element name="registredCompaniesOnly" type="boolean"/>
232
+ <element name="shareholdersFundFrom" type="int"/>
233
+ <element name="shareholdersFundTo" type="int"/>
234
+ <element name="trade" type="string"/>
235
+ <element name="tradeCode" type="string"/>
236
+ <element name="tradeCodeFrom" type="string"/>
237
+ <element name="tradeCodeList" type="string"/>
238
+ <element name="tradeCodeTo" type="string"/>
239
+ <element name="tradeGroup" type="string"/>
240
+ <element name="tradeGroupList" type="string"/>
241
+ <element name="turnoverFrom" type="int"/>
242
+ <element name="turnoverTo" type="int"/>
243
+ <element name="updateDateFrom" type="string"/>
244
+ <element name="updateDateTo" type="string"/>
245
+ <element name="zipCodes" type="string"/></sequence></extension></complexContent></complexType>
246
+ <complexType name="Answer">
247
+ <sequence>
248
+ <element name="companyBasic" type="tns:ArrayOfCompanyBasic"/>
249
+ <element name="errorMessage" type="string"/>
250
+ <element name="window" type="tns:Window"/></sequence></complexType>
251
+ <complexType name="ArrayOfCompanyBasic">
252
+ <complexContent>
253
+ <restriction base="soap11-enc:Array">
254
+ <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:CompanyBasic[]"/></restriction></complexContent></complexType>
255
+ <complexType name="CompanyBasic">
256
+ <sequence>
257
+ <element name="PNo" type="int"/>
258
+ <element name="adProtection" type="int"/>
259
+ <element name="companyId" type="int"/>
260
+ <element name="companyType" type="string"/>
261
+ <element name="cvrNo" type="int"/>
262
+ <element name="district" type="string"/>
263
+ <element name="fax" type="string"/>
264
+ <element name="officialName" type="string"/>
265
+ <element name="phone" type="string"/>
266
+ <element name="street" type="string"/>
267
+ <element name="tdcId" type="int"/>
268
+ <element name="zipCode" type="int"/></sequence></complexType>
269
+ <complexType name="Window">
270
+ <sequence>
271
+ <element name="currentPage" type="int"/>
272
+ <element name="from" type="int"/>
273
+ <element name="to" type="int"/>
274
+ <element name="total" type="int"/>
275
+ <element name="totalPages" type="int"/></sequence></complexType></schema></types>
276
+ <message name="NNE_PortType_fetchCompany">
277
+ <part name="int_1" type="xsd:int"/>
278
+ <part name="int_2" type="xsd:int"/>
279
+ <part name="String_3" type="xsd:string"/>
280
+ <part name="String_4" type="xsd:string"/></message>
281
+ <message name="NNE_PortType_fetchCompanyResponse">
282
+ <part name="result" type="ns2:Company"/></message>
283
+ <message name="NNE_PortType_fetchCompanyAccountants">
284
+ <part name="int_1" type="xsd:int"/>
285
+ <part name="int_2" type="xsd:int"/>
286
+ <part name="String_3" type="xsd:string"/>
287
+ <part name="String_4" type="xsd:string"/></message>
288
+ <message name="NNE_PortType_fetchCompanyAccountantsResponse">
289
+ <part name="result" type="ns2:ArrayOfAccountant"/></message>
290
+ <message name="NNE_PortType_fetchCompanyAdditionalNames">
291
+ <part name="int_1" type="xsd:int"/>
292
+ <part name="int_2" type="xsd:int"/>
293
+ <part name="String_3" type="xsd:string"/>
294
+ <part name="String_4" type="xsd:string"/></message>
295
+ <message name="NNE_PortType_fetchCompanyAdditionalNamesResponse">
296
+ <part name="result" type="ns2:ArrayOfstring"/></message>
297
+ <message name="NNE_PortType_fetchCompanyAssociates">
298
+ <part name="int_1" type="xsd:int"/>
299
+ <part name="int_2" type="xsd:int"/>
300
+ <part name="String_3" type="xsd:string"/>
301
+ <part name="String_4" type="xsd:string"/></message>
302
+ <message name="NNE_PortType_fetchCompanyAssociatesResponse">
303
+ <part name="result" type="ns2:ArrayOfSubsidiary"/></message>
304
+ <message name="NNE_PortType_fetchCompanyBankConnections">
305
+ <part name="int_1" type="xsd:int"/>
306
+ <part name="int_2" type="xsd:int"/>
307
+ <part name="String_3" type="xsd:string"/>
308
+ <part name="String_4" type="xsd:string"/></message>
309
+ <message name="NNE_PortType_fetchCompanyBankConnectionsResponse">
310
+ <part name="result" type="ns2:ArrayOfBank"/></message>
311
+ <message name="NNE_PortType_fetchCompanyCategories">
312
+ <part name="int_1" type="xsd:int"/>
313
+ <part name="int_2" type="xsd:int"/>
314
+ <part name="String_3" type="xsd:string"/>
315
+ <part name="String_4" type="xsd:string"/></message>
316
+ <message name="NNE_PortType_fetchCompanyCategoriesResponse">
317
+ <part name="result" type="ns2:ArrayOfCategory"/></message>
318
+ <message name="NNE_PortType_fetchCompanyCreditRating">
319
+ <part name="int_1" type="xsd:int"/>
320
+ <part name="int_2" type="xsd:int"/>
321
+ <part name="String_3" type="xsd:string"/>
322
+ <part name="String_4" type="xsd:string"/></message>
323
+ <message name="NNE_PortType_fetchCompanyCreditRatingResponse">
324
+ <part name="result" type="xsd:string"/></message>
325
+ <message name="NNE_PortType_fetchCompanyDecisionmakers">
326
+ <part name="int_1" type="xsd:int"/>
327
+ <part name="int_2" type="xsd:int"/>
328
+ <part name="String_3" type="xsd:string"/>
329
+ <part name="String_4" type="xsd:string"/></message>
330
+ <message name="NNE_PortType_fetchCompanyDecisionmakersResponse">
331
+ <part name="result" type="ns2:ArrayOfDecisionMaker"/></message>
332
+ <message name="NNE_PortType_fetchCompanyFinance">
333
+ <part name="int_1" type="xsd:int"/>
334
+ <part name="int_2" type="xsd:int"/>
335
+ <part name="String_3" type="xsd:string"/>
336
+ <part name="String_4" type="xsd:string"/></message>
337
+ <message name="NNE_PortType_fetchCompanyFinanceResponse">
338
+ <part name="result" type="ns2:ArrayOfFinance"/></message>
339
+ <message name="NNE_PortType_fetchCompanyOwnership">
340
+ <part name="int_1" type="xsd:int"/>
341
+ <part name="int_2" type="xsd:int"/>
342
+ <part name="String_3" type="xsd:string"/>
343
+ <part name="String_4" type="xsd:string"/></message>
344
+ <message name="NNE_PortType_fetchCompanyOwnershipResponse">
345
+ <part name="result" type="ns2:ArrayOfOwnership"/></message>
346
+ <message name="NNE_PortType_fetchCompanySubsidiaries">
347
+ <part name="int_1" type="xsd:int"/>
348
+ <part name="int_2" type="xsd:int"/>
349
+ <part name="String_3" type="xsd:string"/>
350
+ <part name="String_4" type="xsd:string"/></message>
351
+ <message name="NNE_PortType_fetchCompanySubsidiariesResponse">
352
+ <part name="result" type="ns2:ArrayOfSubsidiary"/></message>
353
+ <message name="NNE_PortType_fetchCompanyTrade">
354
+ <part name="int_1" type="xsd:int"/>
355
+ <part name="int_2" type="xsd:int"/>
356
+ <part name="String_3" type="xsd:string"/>
357
+ <part name="String_4" type="xsd:string"/></message>
358
+ <message name="NNE_PortType_fetchCompanyTradeResponse">
359
+ <part name="result" type="ns2:ArrayOfTrade"/></message>
360
+ <message name="NNE_PortType_lookupAreaCodes"/>
361
+ <message name="NNE_PortType_lookupAreaCodesResponse">
362
+ <part name="result" type="ns2:ArrayOfValueText"/></message>
363
+ <message name="NNE_PortType_lookupCategoryCodes"/>
364
+ <message name="NNE_PortType_lookupCategoryCodesResponse">
365
+ <part name="result" type="ns2:ArrayOfValueText"/></message>
366
+ <message name="NNE_PortType_lookupCompanyForms"/>
367
+ <message name="NNE_PortType_lookupCompanyFormsResponse">
368
+ <part name="result" type="ns2:ArrayOfKeyText"/></message>
369
+ <message name="NNE_PortType_lookupCompanyStatus"/>
370
+ <message name="NNE_PortType_lookupCompanyStatusResponse">
371
+ <part name="result" type="ns2:ArrayOfKeyText"/></message>
372
+ <message name="NNE_PortType_lookupCountyCodes"/>
373
+ <message name="NNE_PortType_lookupCountyCodesResponse">
374
+ <part name="result" type="ns2:ArrayOfValueText"/></message>
375
+ <message name="NNE_PortType_lookupCreditRatings"/>
376
+ <message name="NNE_PortType_lookupCreditRatingsResponse">
377
+ <part name="result" type="ns2:ArrayOfKeyText"/></message>
378
+ <message name="NNE_PortType_lookupDsSizeCodes"/>
379
+ <message name="NNE_PortType_lookupDsSizeCodesResponse">
380
+ <part name="result" type="ns2:ArrayOfKeyInterval"/></message>
381
+ <message name="NNE_PortType_lookupFunctionAreas"/>
382
+ <message name="NNE_PortType_lookupFunctionAreasResponse">
383
+ <part name="result" type="ns2:ArrayOfValueText"/></message>
384
+ <message name="NNE_PortType_lookupMunicipalityCodes"/>
385
+ <message name="NNE_PortType_lookupMunicipalityCodesResponse">
386
+ <part name="result" type="ns2:ArrayOfValueText"/></message>
387
+ <message name="NNE_PortType_lookupTradeCodes"/>
388
+ <message name="NNE_PortType_lookupTradeCodesResponse">
389
+ <part name="result" type="ns2:ArrayOfKeyText"/></message>
390
+ <message name="NNE_PortType_lookupTradeGroups"/>
391
+ <message name="NNE_PortType_lookupTradeGroupsResponse">
392
+ <part name="result" type="ns2:ArrayOfKeyText"/></message>
393
+ <message name="NNE_PortType_search">
394
+ <part name="Question_1" type="ns2:Question"/>
395
+ <part name="int_2" type="xsd:int"/>
396
+ <part name="int_3" type="xsd:int"/>
397
+ <part name="int_4" type="xsd:int"/>
398
+ <part name="String_5" type="xsd:string"/></message>
399
+ <message name="NNE_PortType_searchResponse">
400
+ <part name="result" type="ns2:Answer"/></message>
401
+ <message name="NNE_PortType_searchTargetGroup">
402
+ <part name="QuestionTargetGroup_1" type="ns2:QuestionTargetGroup"/>
403
+ <part name="int_2" type="xsd:int"/>
404
+ <part name="int_3" type="xsd:int"/>
405
+ <part name="int_4" type="xsd:int"/>
406
+ <part name="String_5" type="xsd:string"/></message>
407
+ <message name="NNE_PortType_searchTargetGroupResponse">
408
+ <part name="result" type="ns2:Answer"/></message>
409
+ <portType name="NNE_PortType">
410
+ <operation name="fetchCompany" parameterOrder="int_1 int_2 String_3 String_4">
411
+ <input message="tns:NNE_PortType_fetchCompany"/>
412
+ <output message="tns:NNE_PortType_fetchCompanyResponse"/></operation>
413
+ <operation name="fetchCompanyAccountants" parameterOrder="int_1 int_2 String_3 String_4">
414
+ <input message="tns:NNE_PortType_fetchCompanyAccountants"/>
415
+ <output message="tns:NNE_PortType_fetchCompanyAccountantsResponse"/></operation>
416
+ <operation name="fetchCompanyAdditionalNames" parameterOrder="int_1 int_2 String_3 String_4">
417
+ <input message="tns:NNE_PortType_fetchCompanyAdditionalNames"/>
418
+ <output message="tns:NNE_PortType_fetchCompanyAdditionalNamesResponse"/></operation>
419
+ <operation name="fetchCompanyAssociates" parameterOrder="int_1 int_2 String_3 String_4">
420
+ <input message="tns:NNE_PortType_fetchCompanyAssociates"/>
421
+ <output message="tns:NNE_PortType_fetchCompanyAssociatesResponse"/></operation>
422
+ <operation name="fetchCompanyBankConnections" parameterOrder="int_1 int_2 String_3 String_4">
423
+ <input message="tns:NNE_PortType_fetchCompanyBankConnections"/>
424
+ <output message="tns:NNE_PortType_fetchCompanyBankConnectionsResponse"/></operation>
425
+ <operation name="fetchCompanyCategories" parameterOrder="int_1 int_2 String_3 String_4">
426
+ <input message="tns:NNE_PortType_fetchCompanyCategories"/>
427
+ <output message="tns:NNE_PortType_fetchCompanyCategoriesResponse"/></operation>
428
+ <operation name="fetchCompanyCreditRating" parameterOrder="int_1 int_2 String_3 String_4">
429
+ <input message="tns:NNE_PortType_fetchCompanyCreditRating"/>
430
+ <output message="tns:NNE_PortType_fetchCompanyCreditRatingResponse"/></operation>
431
+ <operation name="fetchCompanyDecisionmakers" parameterOrder="int_1 int_2 String_3 String_4">
432
+ <input message="tns:NNE_PortType_fetchCompanyDecisionmakers"/>
433
+ <output message="tns:NNE_PortType_fetchCompanyDecisionmakersResponse"/></operation>
434
+ <operation name="fetchCompanyFinance" parameterOrder="int_1 int_2 String_3 String_4">
435
+ <input message="tns:NNE_PortType_fetchCompanyFinance"/>
436
+ <output message="tns:NNE_PortType_fetchCompanyFinanceResponse"/></operation>
437
+ <operation name="fetchCompanyOwnership" parameterOrder="int_1 int_2 String_3 String_4">
438
+ <input message="tns:NNE_PortType_fetchCompanyOwnership"/>
439
+ <output message="tns:NNE_PortType_fetchCompanyOwnershipResponse"/></operation>
440
+ <operation name="fetchCompanySubsidiaries" parameterOrder="int_1 int_2 String_3 String_4">
441
+ <input message="tns:NNE_PortType_fetchCompanySubsidiaries"/>
442
+ <output message="tns:NNE_PortType_fetchCompanySubsidiariesResponse"/></operation>
443
+ <operation name="fetchCompanyTrade" parameterOrder="int_1 int_2 String_3 String_4">
444
+ <input message="tns:NNE_PortType_fetchCompanyTrade"/>
445
+ <output message="tns:NNE_PortType_fetchCompanyTradeResponse"/></operation>
446
+ <operation name="lookupAreaCodes">
447
+ <input message="tns:NNE_PortType_lookupAreaCodes"/>
448
+ <output message="tns:NNE_PortType_lookupAreaCodesResponse"/></operation>
449
+ <operation name="lookupCategoryCodes">
450
+ <input message="tns:NNE_PortType_lookupCategoryCodes"/>
451
+ <output message="tns:NNE_PortType_lookupCategoryCodesResponse"/></operation>
452
+ <operation name="lookupCompanyForms">
453
+ <input message="tns:NNE_PortType_lookupCompanyForms"/>
454
+ <output message="tns:NNE_PortType_lookupCompanyFormsResponse"/></operation>
455
+ <operation name="lookupCompanyStatus">
456
+ <input message="tns:NNE_PortType_lookupCompanyStatus"/>
457
+ <output message="tns:NNE_PortType_lookupCompanyStatusResponse"/></operation>
458
+ <operation name="lookupCountyCodes">
459
+ <input message="tns:NNE_PortType_lookupCountyCodes"/>
460
+ <output message="tns:NNE_PortType_lookupCountyCodesResponse"/></operation>
461
+ <operation name="lookupCreditRatings">
462
+ <input message="tns:NNE_PortType_lookupCreditRatings"/>
463
+ <output message="tns:NNE_PortType_lookupCreditRatingsResponse"/></operation>
464
+ <operation name="lookupDsSizeCodes">
465
+ <input message="tns:NNE_PortType_lookupDsSizeCodes"/>
466
+ <output message="tns:NNE_PortType_lookupDsSizeCodesResponse"/></operation>
467
+ <operation name="lookupFunctionAreas">
468
+ <input message="tns:NNE_PortType_lookupFunctionAreas"/>
469
+ <output message="tns:NNE_PortType_lookupFunctionAreasResponse"/></operation>
470
+ <operation name="lookupMunicipalityCodes">
471
+ <input message="tns:NNE_PortType_lookupMunicipalityCodes"/>
472
+ <output message="tns:NNE_PortType_lookupMunicipalityCodesResponse"/></operation>
473
+ <operation name="lookupTradeCodes">
474
+ <input message="tns:NNE_PortType_lookupTradeCodes"/>
475
+ <output message="tns:NNE_PortType_lookupTradeCodesResponse"/></operation>
476
+ <operation name="lookupTradeGroups">
477
+ <input message="tns:NNE_PortType_lookupTradeGroups"/>
478
+ <output message="tns:NNE_PortType_lookupTradeGroupsResponse"/></operation>
479
+ <operation name="search" parameterOrder="Question_1 int_2 int_3 int_4 String_5">
480
+ <input message="tns:NNE_PortType_search"/>
481
+ <output message="tns:NNE_PortType_searchResponse"/></operation>
482
+ <operation name="searchTargetGroup" parameterOrder="QuestionTargetGroup_1 int_2 int_3 int_4 String_5">
483
+ <input message="tns:NNE_PortType_searchTargetGroup"/>
484
+ <output message="tns:NNE_PortType_searchTargetGroupResponse"/></operation></portType>
485
+ <binding name="NNE_PortTypeBinding" type="tns:NNE_PortType">
486
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
487
+ <operation name="fetchCompany">
488
+ <soap:operation soapAction=""/>
489
+ <input>
490
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
491
+ <output>
492
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
493
+ <operation name="fetchCompanyAccountants">
494
+ <soap:operation soapAction=""/>
495
+ <input>
496
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
497
+ <output>
498
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
499
+ <operation name="fetchCompanyAdditionalNames">
500
+ <soap:operation soapAction=""/>
501
+ <input>
502
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
503
+ <output>
504
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
505
+ <operation name="fetchCompanyAssociates">
506
+ <soap:operation soapAction=""/>
507
+ <input>
508
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
509
+ <output>
510
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
511
+ <operation name="fetchCompanyBankConnections">
512
+ <soap:operation soapAction=""/>
513
+ <input>
514
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
515
+ <output>
516
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
517
+ <operation name="fetchCompanyCategories">
518
+ <soap:operation soapAction=""/>
519
+ <input>
520
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
521
+ <output>
522
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
523
+ <operation name="fetchCompanyCreditRating">
524
+ <soap:operation soapAction=""/>
525
+ <input>
526
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
527
+ <output>
528
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
529
+ <operation name="fetchCompanyDecisionmakers">
530
+ <soap:operation soapAction=""/>
531
+ <input>
532
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
533
+ <output>
534
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
535
+ <operation name="fetchCompanyFinance">
536
+ <soap:operation soapAction=""/>
537
+ <input>
538
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
539
+ <output>
540
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
541
+ <operation name="fetchCompanyOwnership">
542
+ <soap:operation soapAction=""/>
543
+ <input>
544
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
545
+ <output>
546
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
547
+ <operation name="fetchCompanySubsidiaries">
548
+ <soap:operation soapAction=""/>
549
+ <input>
550
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
551
+ <output>
552
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
553
+ <operation name="fetchCompanyTrade">
554
+ <soap:operation soapAction=""/>
555
+ <input>
556
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
557
+ <output>
558
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
559
+ <operation name="lookupAreaCodes">
560
+ <soap:operation soapAction=""/>
561
+ <input>
562
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
563
+ <output>
564
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
565
+ <operation name="lookupCategoryCodes">
566
+ <soap:operation soapAction=""/>
567
+ <input>
568
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
569
+ <output>
570
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
571
+ <operation name="lookupCompanyForms">
572
+ <soap:operation soapAction=""/>
573
+ <input>
574
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
575
+ <output>
576
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
577
+ <operation name="lookupCompanyStatus">
578
+ <soap:operation soapAction=""/>
579
+ <input>
580
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
581
+ <output>
582
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
583
+ <operation name="lookupCountyCodes">
584
+ <soap:operation soapAction=""/>
585
+ <input>
586
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
587
+ <output>
588
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
589
+ <operation name="lookupCreditRatings">
590
+ <soap:operation soapAction=""/>
591
+ <input>
592
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
593
+ <output>
594
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
595
+ <operation name="lookupDsSizeCodes">
596
+ <soap:operation soapAction=""/>
597
+ <input>
598
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
599
+ <output>
600
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
601
+ <operation name="lookupFunctionAreas">
602
+ <soap:operation soapAction=""/>
603
+ <input>
604
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
605
+ <output>
606
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
607
+ <operation name="lookupMunicipalityCodes">
608
+ <soap:operation soapAction=""/>
609
+ <input>
610
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
611
+ <output>
612
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
613
+ <operation name="lookupTradeCodes">
614
+ <soap:operation soapAction=""/>
615
+ <input>
616
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
617
+ <output>
618
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
619
+ <operation name="lookupTradeGroups">
620
+ <soap:operation soapAction=""/>
621
+ <input>
622
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
623
+ <output>
624
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
625
+ <operation name="search">
626
+ <soap:operation soapAction=""/>
627
+ <input>
628
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
629
+ <output>
630
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
631
+ <operation name="searchTargetGroup">
632
+ <soap:operation soapAction=""/>
633
+ <input>
634
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
635
+ <output>
636
+ <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation></binding>
637
+ <service name="NNE">
638
+ <port name="NNE_PortTypePort" binding="tns:NNE_PortTypeBinding">
639
+ <soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://service.nnerhverv.dk:80/nne-ws/3.1/NNE"/></port></service></definitions>