nne_client 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.md +12 -0
- data/README.md +0 -4
- data/lib/nne_client/record_types/finance.rb +28 -27
- data/lib/nne_client/request.rb +6 -5
- data/lib/nne_client/result_attributes.rb +9 -0
- data/lib/nne_client/version.rb +1 -1
- data/lib/nne_client.rb +0 -2
- data/spec/finance_spec.rb +27 -27
- data/spec/result_spec.rb +9 -6
- data/spec/vcr_cassettes/result_additional_names_single.yml +10 -676
- data/spec/vcr_cassettes/result_extended_info.yml +13 -679
- data/spec/vcr_cassettes/result_extended_info_with_access_key.yml +15 -681
- data/spec/vcr_cassettes/result_fetching_basic_attributes.yml +6 -672
- data/spec/vcr_cassettes/result_fetching_ext_attributes_email_hash.yml +14 -1346
- data/spec/vcr_cassettes/result_fetching_missing_company.yml +11 -677
- data/spec/vcr_cassettes/result_multiple_finances.yml +23 -1355
- data/spec/vcr_cassettes/result_multiple_ownerships.yml +20 -1352
- data/spec/vcr_cassettes/result_multiple_trades.yml +17 -1349
- data/spec/vcr_cassettes/result_names.yml +13 -679
- data/spec/vcr_cassettes/result_names_empty.yml +12 -678
- data/spec/vcr_cassettes/result_no_finance.yml +21 -1353
- data/spec/vcr_cassettes/result_no_ownerships.yml +12 -678
- data/spec/vcr_cassettes/result_no_subsidiaries.yml +21 -1353
- data/spec/vcr_cassettes/result_single_finance.yml +19 -1351
- data/spec/vcr_cassettes/result_single_ownership.yml +24 -1356
- data/spec/vcr_cassettes/result_single_subsidiary.yml +23 -1355
- data/spec/vcr_cassettes/result_trades.yml +11 -677
- data/spec/vcr_cassettes/search_for_noise.yml +13 -679
- data/spec/vcr_cassettes/search_lokale.yml +12 -678
- data/spec/vcr_cassettes/search_lokale_100.yml +13 -679
- data/spec/vcr_cassettes/search_lokalebasen.yml +12 -678
- data/spec/vcr_cassettes/search_lokalebasen_with_access_key.yml +13 -679
- data/wsdl/nne.wsdl +639 -0
- metadata +6 -4
@@ -1,1408 +1,76 @@
|
|
1
1
|
---
|
2
2
|
recorded_with: VCR 2.1.1
|
3
3
|
http_interactions:
|
4
|
-
- request:
|
5
|
-
method: get
|
6
|
-
uri: http://service.nnerhverv.dk/nne-ws/3.1/NNE?WSDL
|
7
|
-
body:
|
8
|
-
string: ""
|
9
|
-
headers:
|
10
|
-
accept:
|
11
|
-
- "*/*"
|
12
|
-
response:
|
13
|
-
status:
|
14
|
-
code: 200
|
15
|
-
message: OK
|
16
|
-
headers:
|
17
|
-
x-powered-by:
|
18
|
-
- ASP.NET
|
19
|
-
date:
|
20
|
-
- Tue, 08 May 2012 11:20:09 GMT
|
21
|
-
server:
|
22
|
-
- Microsoft-IIS/6.0
|
23
|
-
connection:
|
24
|
-
- close
|
25
|
-
content-type:
|
26
|
-
- text/xml
|
27
|
-
body:
|
28
|
-
string: |-
|
29
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
30
|
-
<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">
|
31
|
-
<types>
|
32
|
-
<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">
|
33
|
-
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
34
|
-
<complexType name="Company">
|
35
|
-
<sequence>
|
36
|
-
<element name="PNo" type="int"/>
|
37
|
-
<element name="adProtection" type="int"/>
|
38
|
-
<element name="bankConnection" type="string"/>
|
39
|
-
<element name="companyForm" type="string"/>
|
40
|
-
<element name="companyId" type="int"/>
|
41
|
-
<element name="companyType" type="string"/>
|
42
|
-
<element name="cvrNo" type="int"/>
|
43
|
-
<element name="district" type="string"/>
|
44
|
-
<element name="dsSizeCode" type="string"/>
|
45
|
-
<element name="dsSizeCodeBranch" type="string"/>
|
46
|
-
<element name="email" type="string"/>
|
47
|
-
<element name="fax" type="string"/>
|
48
|
-
<element name="foundedYear" type="string"/>
|
49
|
-
<element name="geography" type="tns:KVH"/>
|
50
|
-
<element name="homePage" type="string"/>
|
51
|
-
<element name="legalEntity" type="int"/>
|
52
|
-
<element name="linkDebtor" type="string"/>
|
53
|
-
<element name="linkGroupHierarchy" type="string"/>
|
54
|
-
<element name="linkMap" type="string"/>
|
55
|
-
<element name="linkNews" type="string"/>
|
56
|
-
<element name="numberOfEmployees" type="int"/>
|
57
|
-
<element name="numberOfEmployeesBranch" type="int"/>
|
58
|
-
<element name="officialName" type="string"/>
|
59
|
-
<element name="parentCompany" type="boolean"/>
|
60
|
-
<element name="phone" type="string"/>
|
61
|
-
<element name="statusText" type="string"/>
|
62
|
-
<element name="statusValue" type="int"/>
|
63
|
-
<element name="stockQuotation" type="string"/>
|
64
|
-
<element name="street" type="string"/>
|
65
|
-
<element name="subscriptionRules" type="string"/>
|
66
|
-
<element name="tdcId" type="int"/>
|
67
|
-
<element name="tdfName" type="string"/>
|
68
|
-
<element name="updateDate" type="string"/>
|
69
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
70
|
-
<complexType name="KVH">
|
71
|
-
<sequence>
|
72
|
-
<element name="houseNo" type="string"/>
|
73
|
-
<element name="municipalityCode" type="int"/>
|
74
|
-
<element name="streetCode" type="int"/></sequence></complexType>
|
75
|
-
<complexType name="ArrayOfAccountant">
|
76
|
-
<complexContent>
|
77
|
-
<restriction base="soap11-enc:Array">
|
78
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Accountant[]"/></restriction></complexContent></complexType>
|
79
|
-
<complexType name="Accountant">
|
80
|
-
<sequence>
|
81
|
-
<element name="district" type="string"/>
|
82
|
-
<element name="name" type="string"/>
|
83
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
84
|
-
<complexType name="ArrayOfstring">
|
85
|
-
<complexContent>
|
86
|
-
<restriction base="soap11-enc:Array">
|
87
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="string[]"/></restriction></complexContent></complexType>
|
88
|
-
<complexType name="ArrayOfSubsidiary">
|
89
|
-
<complexContent>
|
90
|
-
<restriction base="soap11-enc:Array">
|
91
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Subsidiary[]"/></restriction></complexContent></complexType>
|
92
|
-
<complexType name="Subsidiary">
|
93
|
-
<sequence>
|
94
|
-
<element name="country" type="string"/>
|
95
|
-
<element name="name" type="string"/>
|
96
|
-
<element name="share" type="string"/>
|
97
|
-
<element name="tdcId" type="int"/></sequence></complexType>
|
98
|
-
<complexType name="ArrayOfBank">
|
99
|
-
<complexContent>
|
100
|
-
<restriction base="soap11-enc:Array">
|
101
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Bank[]"/></restriction></complexContent></complexType>
|
102
|
-
<complexType name="Bank">
|
103
|
-
<sequence>
|
104
|
-
<element name="name" type="string"/></sequence></complexType>
|
105
|
-
<complexType name="ArrayOfCategory">
|
106
|
-
<complexContent>
|
107
|
-
<restriction base="soap11-enc:Array">
|
108
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Category[]"/></restriction></complexContent></complexType>
|
109
|
-
<complexType name="Category">
|
110
|
-
<sequence>
|
111
|
-
<element name="category" type="string"/>
|
112
|
-
<element name="categoryCode" type="int"/></sequence></complexType>
|
113
|
-
<complexType name="ArrayOfDecisionMaker">
|
114
|
-
<complexContent>
|
115
|
-
<restriction base="soap11-enc:Array">
|
116
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:DecisionMaker[]"/></restriction></complexContent></complexType>
|
117
|
-
<complexType name="DecisionMaker">
|
118
|
-
<sequence>
|
119
|
-
<element name="firstName" type="string"/>
|
120
|
-
<element name="group" type="string"/>
|
121
|
-
<element name="id" type="int"/>
|
122
|
-
<element name="lastName" type="string"/>
|
123
|
-
<element name="title" type="string"/></sequence></complexType>
|
124
|
-
<complexType name="ArrayOfFinance">
|
125
|
-
<complexContent>
|
126
|
-
<restriction base="soap11-enc:Array">
|
127
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Finance[]"/></restriction></complexContent></complexType>
|
128
|
-
<complexType name="Finance">
|
129
|
-
<sequence>
|
130
|
-
<element name="accountingDate" type="string"/>
|
131
|
-
<element name="assets" type="float"/>
|
132
|
-
<element name="availableFunds" type="float"/>
|
133
|
-
<element name="availableFundsRatio" type="float"/>
|
134
|
-
<element name="balance" type="float"/>
|
135
|
-
<element name="capacityRatio" type="float"/>
|
136
|
-
<element name="contributionRatio" type="float"/>
|
137
|
-
<element name="creditRating" type="string"/>
|
138
|
-
<element name="currentAssets" type="float"/>
|
139
|
-
<element name="depreciations" type="float"/>
|
140
|
-
<element name="fixedAssets" type="float"/>
|
141
|
-
<element name="fixedCost" type="float"/>
|
142
|
-
<element name="grossProfit" type="float"/>
|
143
|
-
<element name="incomeBeforeIncomeTax" type="float"/>
|
144
|
-
<element name="linkPDF" type="string"/>
|
145
|
-
<element name="longTermedLiability" type="float"/>
|
146
|
-
<element name="lotsAndSites" type="float"/>
|
147
|
-
<element name="netOutcome" type="float"/>
|
148
|
-
<element name="numberOfEmployees" type="int"/>
|
149
|
-
<element name="placings" type="float"/>
|
150
|
-
<element name="profit" type="float"/>
|
151
|
-
<element name="profitForTheYear" type="float"/>
|
152
|
-
<element name="profitRatio" type="float"/>
|
153
|
-
<element name="publishedDate" type="string"/>
|
154
|
-
<element name="returnOnAssets" type="float"/>
|
155
|
-
<element name="shareHoldersFundsOfInterest" type="float"/>
|
156
|
-
<element name="shareholdersFunds" type="float"/>
|
157
|
-
<element name="shortTermedLiability" type="float"/>
|
158
|
-
<element name="solvencyRatio" type="float"/>
|
159
|
-
<element name="stock" type="float"/>
|
160
|
-
<element name="tradeDebitors" type="float"/>
|
161
|
-
<element name="turnover" type="float"/>
|
162
|
-
<element name="year" type="string"/></sequence></complexType>
|
163
|
-
<complexType name="ArrayOfOwnership">
|
164
|
-
<complexContent>
|
165
|
-
<restriction base="soap11-enc:Array">
|
166
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Ownership[]"/></restriction></complexContent></complexType>
|
167
|
-
<complexType name="Ownership">
|
168
|
-
<sequence>
|
169
|
-
<element name="country" type="string"/>
|
170
|
-
<element name="name" type="string"/>
|
171
|
-
<element name="share" type="string"/>
|
172
|
-
<element name="tdcId" type="int"/></sequence></complexType>
|
173
|
-
<complexType name="ArrayOfTrade">
|
174
|
-
<complexContent>
|
175
|
-
<restriction base="soap11-enc:Array">
|
176
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Trade[]"/></restriction></complexContent></complexType>
|
177
|
-
<complexType name="Trade">
|
178
|
-
<sequence>
|
179
|
-
<element name="primary" type="boolean"/>
|
180
|
-
<element name="trade" type="string"/>
|
181
|
-
<element name="tradeCode" type="string"/></sequence></complexType>
|
182
|
-
<complexType name="ArrayOfValueText">
|
183
|
-
<complexContent>
|
184
|
-
<restriction base="soap11-enc:Array">
|
185
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ValueText[]"/></restriction></complexContent></complexType>
|
186
|
-
<complexType name="ValueText">
|
187
|
-
<sequence>
|
188
|
-
<element name="text" type="string"/>
|
189
|
-
<element name="value" type="int"/></sequence></complexType>
|
190
|
-
<complexType name="ArrayOfKeyText">
|
191
|
-
<complexContent>
|
192
|
-
<restriction base="soap11-enc:Array">
|
193
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyText[]"/></restriction></complexContent></complexType>
|
194
|
-
<complexType name="KeyText">
|
195
|
-
<sequence>
|
196
|
-
<element name="key" type="string"/>
|
197
|
-
<element name="text" type="string"/></sequence></complexType>
|
198
|
-
<complexType name="ArrayOfKeyInterval">
|
199
|
-
<complexContent>
|
200
|
-
<restriction base="soap11-enc:Array">
|
201
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyInterval[]"/></restriction></complexContent></complexType>
|
202
|
-
<complexType name="KeyInterval">
|
203
|
-
<sequence>
|
204
|
-
<element name="key" type="string"/>
|
205
|
-
<element name="valueFrom" type="int"/>
|
206
|
-
<element name="valueTo" type="int"/></sequence></complexType>
|
207
|
-
<complexType name="Question">
|
208
|
-
<sequence>
|
209
|
-
<element name="cvrNo" type="int"/>
|
210
|
-
<element name="district" type="string"/>
|
211
|
-
<element name="houseNo" type="string"/>
|
212
|
-
<element name="name" type="string"/>
|
213
|
-
<element name="nameStartsWith" type="boolean"/>
|
214
|
-
<element name="phone" type="string"/>
|
215
|
-
<element name="street" type="string"/>
|
216
|
-
<element name="streetStartsWith" type="boolean"/>
|
217
|
-
<element name="tdcId" type="int"/>
|
218
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
219
|
-
<complexType name="QuestionTargetGroup">
|
220
|
-
<complexContent>
|
221
|
-
<extension base="tns:Question">
|
222
|
-
<sequence>
|
223
|
-
<element name="PNo" type="int"/>
|
224
|
-
<element name="accountantName" type="string"/>
|
225
|
-
<element name="accountantZipCode" type="int"/>
|
226
|
-
<element name="areaCodes" type="string"/>
|
227
|
-
<element name="balanceFrom" type="int"/>
|
228
|
-
<element name="balanceTo" type="int"/>
|
229
|
-
<element name="bankConnection" type="string"/>
|
230
|
-
<element name="category" type="string"/>
|
231
|
-
<element name="categoryCode" type="int"/>
|
232
|
-
<element name="categoryCodeList" type="string"/>
|
233
|
-
<element name="companyFormCodeList" type="string"/>
|
234
|
-
<element name="companyStatus" type="string"/>
|
235
|
-
<element name="contributionRatioFrom" type="int"/>
|
236
|
-
<element name="contributionRatioTo" type="int"/>
|
237
|
-
<element name="countyCodes" type="string"/>
|
238
|
-
<element name="decisionMaker" type="string"/>
|
239
|
-
<element name="dsSizeCodeBranchFrom" type="string"/>
|
240
|
-
<element name="dsSizeCodeBranchTo" type="string"/>
|
241
|
-
<element name="email" type="string"/>
|
242
|
-
<element name="foundedFrom" type="string"/>
|
243
|
-
<element name="foundedTo" type="string"/>
|
244
|
-
<element name="functionArea" type="int"/>
|
245
|
-
<element name="grossProfitFrom" type="int"/>
|
246
|
-
<element name="grossProfitTo" type="int"/>
|
247
|
-
<element name="hasPhoneOnly" type="boolean"/>
|
248
|
-
<element name="homePage" type="string"/>
|
249
|
-
<element name="incomeBeforeIncomeTaxFrom" type="int"/>
|
250
|
-
<element name="incomeBeforeIncomeTaxTo" type="int"/>
|
251
|
-
<element name="legalEntitiesOnly" type="boolean"/>
|
252
|
-
<element name="municipalityCodes" type="string"/>
|
253
|
-
<element name="netResultFrom" type="int"/>
|
254
|
-
<element name="netResultTo" type="int"/>
|
255
|
-
<element name="noOfEmployeesFrom" type="int"/>
|
256
|
-
<element name="noOfEmployeesTo" type="int"/>
|
257
|
-
<element name="profitRatioFrom" type="int"/>
|
258
|
-
<element name="profitRatioTo" type="int"/>
|
259
|
-
<element name="registredCompaniesOnly" type="boolean"/>
|
260
|
-
<element name="shareholdersFundFrom" type="int"/>
|
261
|
-
<element name="shareholdersFundTo" type="int"/>
|
262
|
-
<element name="trade" type="string"/>
|
263
|
-
<element name="tradeCode" type="string"/>
|
264
|
-
<element name="tradeCodeFrom" type="string"/>
|
265
|
-
<element name="tradeCodeList" type="string"/>
|
266
|
-
<element name="tradeCodeTo" type="string"/>
|
267
|
-
<element name="tradeGroup" type="string"/>
|
268
|
-
<element name="tradeGroupList" type="string"/>
|
269
|
-
<element name="turnoverFrom" type="int"/>
|
270
|
-
<element name="turnoverTo" type="int"/>
|
271
|
-
<element name="updateDateFrom" type="string"/>
|
272
|
-
<element name="updateDateTo" type="string"/>
|
273
|
-
<element name="zipCodes" type="string"/></sequence></extension></complexContent></complexType>
|
274
|
-
<complexType name="Answer">
|
275
|
-
<sequence>
|
276
|
-
<element name="companyBasic" type="tns:ArrayOfCompanyBasic"/>
|
277
|
-
<element name="errorMessage" type="string"/>
|
278
|
-
<element name="window" type="tns:Window"/></sequence></complexType>
|
279
|
-
<complexType name="ArrayOfCompanyBasic">
|
280
|
-
<complexContent>
|
281
|
-
<restriction base="soap11-enc:Array">
|
282
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:CompanyBasic[]"/></restriction></complexContent></complexType>
|
283
|
-
<complexType name="CompanyBasic">
|
284
|
-
<sequence>
|
285
|
-
<element name="PNo" type="int"/>
|
286
|
-
<element name="adProtection" type="int"/>
|
287
|
-
<element name="companyId" type="int"/>
|
288
|
-
<element name="companyType" type="string"/>
|
289
|
-
<element name="cvrNo" type="int"/>
|
290
|
-
<element name="district" type="string"/>
|
291
|
-
<element name="fax" type="string"/>
|
292
|
-
<element name="officialName" type="string"/>
|
293
|
-
<element name="phone" type="string"/>
|
294
|
-
<element name="street" type="string"/>
|
295
|
-
<element name="tdcId" type="int"/>
|
296
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
297
|
-
<complexType name="Window">
|
298
|
-
<sequence>
|
299
|
-
<element name="currentPage" type="int"/>
|
300
|
-
<element name="from" type="int"/>
|
301
|
-
<element name="to" type="int"/>
|
302
|
-
<element name="total" type="int"/>
|
303
|
-
<element name="totalPages" type="int"/></sequence></complexType></schema></types>
|
304
|
-
<message name="NNE_PortType_fetchCompany">
|
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_fetchCompanyResponse">
|
310
|
-
<part name="result" type="ns2:Company"/></message>
|
311
|
-
<message name="NNE_PortType_fetchCompanyAccountants">
|
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_fetchCompanyAccountantsResponse">
|
317
|
-
<part name="result" type="ns2:ArrayOfAccountant"/></message>
|
318
|
-
<message name="NNE_PortType_fetchCompanyAdditionalNames">
|
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_fetchCompanyAdditionalNamesResponse">
|
324
|
-
<part name="result" type="ns2:ArrayOfstring"/></message>
|
325
|
-
<message name="NNE_PortType_fetchCompanyAssociates">
|
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_fetchCompanyAssociatesResponse">
|
331
|
-
<part name="result" type="ns2:ArrayOfSubsidiary"/></message>
|
332
|
-
<message name="NNE_PortType_fetchCompanyBankConnections">
|
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_fetchCompanyBankConnectionsResponse">
|
338
|
-
<part name="result" type="ns2:ArrayOfBank"/></message>
|
339
|
-
<message name="NNE_PortType_fetchCompanyCategories">
|
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_fetchCompanyCategoriesResponse">
|
345
|
-
<part name="result" type="ns2:ArrayOfCategory"/></message>
|
346
|
-
<message name="NNE_PortType_fetchCompanyCreditRating">
|
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_fetchCompanyCreditRatingResponse">
|
352
|
-
<part name="result" type="xsd:string"/></message>
|
353
|
-
<message name="NNE_PortType_fetchCompanyDecisionmakers">
|
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_fetchCompanyDecisionmakersResponse">
|
359
|
-
<part name="result" type="ns2:ArrayOfDecisionMaker"/></message>
|
360
|
-
<message name="NNE_PortType_fetchCompanyFinance">
|
361
|
-
<part name="int_1" type="xsd:int"/>
|
362
|
-
<part name="int_2" type="xsd:int"/>
|
363
|
-
<part name="String_3" type="xsd:string"/>
|
364
|
-
<part name="String_4" type="xsd:string"/></message>
|
365
|
-
<message name="NNE_PortType_fetchCompanyFinanceResponse">
|
366
|
-
<part name="result" type="ns2:ArrayOfFinance"/></message>
|
367
|
-
<message name="NNE_PortType_fetchCompanyOwnership">
|
368
|
-
<part name="int_1" type="xsd:int"/>
|
369
|
-
<part name="int_2" type="xsd:int"/>
|
370
|
-
<part name="String_3" type="xsd:string"/>
|
371
|
-
<part name="String_4" type="xsd:string"/></message>
|
372
|
-
<message name="NNE_PortType_fetchCompanyOwnershipResponse">
|
373
|
-
<part name="result" type="ns2:ArrayOfOwnership"/></message>
|
374
|
-
<message name="NNE_PortType_fetchCompanySubsidiaries">
|
375
|
-
<part name="int_1" type="xsd:int"/>
|
376
|
-
<part name="int_2" type="xsd:int"/>
|
377
|
-
<part name="String_3" type="xsd:string"/>
|
378
|
-
<part name="String_4" type="xsd:string"/></message>
|
379
|
-
<message name="NNE_PortType_fetchCompanySubsidiariesResponse">
|
380
|
-
<part name="result" type="ns2:ArrayOfSubsidiary"/></message>
|
381
|
-
<message name="NNE_PortType_fetchCompanyTrade">
|
382
|
-
<part name="int_1" type="xsd:int"/>
|
383
|
-
<part name="int_2" type="xsd:int"/>
|
384
|
-
<part name="String_3" type="xsd:string"/>
|
385
|
-
<part name="String_4" type="xsd:string"/></message>
|
386
|
-
<message name="NNE_PortType_fetchCompanyTradeResponse">
|
387
|
-
<part name="result" type="ns2:ArrayOfTrade"/></message>
|
388
|
-
<message name="NNE_PortType_lookupAreaCodes"/>
|
389
|
-
<message name="NNE_PortType_lookupAreaCodesResponse">
|
390
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
391
|
-
<message name="NNE_PortType_lookupCategoryCodes"/>
|
392
|
-
<message name="NNE_PortType_lookupCategoryCodesResponse">
|
393
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
394
|
-
<message name="NNE_PortType_lookupCompanyForms"/>
|
395
|
-
<message name="NNE_PortType_lookupCompanyFormsResponse">
|
396
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
397
|
-
<message name="NNE_PortType_lookupCompanyStatus"/>
|
398
|
-
<message name="NNE_PortType_lookupCompanyStatusResponse">
|
399
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
400
|
-
<message name="NNE_PortType_lookupCountyCodes"/>
|
401
|
-
<message name="NNE_PortType_lookupCountyCodesResponse">
|
402
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
403
|
-
<message name="NNE_PortType_lookupCreditRatings"/>
|
404
|
-
<message name="NNE_PortType_lookupCreditRatingsResponse">
|
405
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
406
|
-
<message name="NNE_PortType_lookupDsSizeCodes"/>
|
407
|
-
<message name="NNE_PortType_lookupDsSizeCodesResponse">
|
408
|
-
<part name="result" type="ns2:ArrayOfKeyInterval"/></message>
|
409
|
-
<message name="NNE_PortType_lookupFunctionAreas"/>
|
410
|
-
<message name="NNE_PortType_lookupFunctionAreasResponse">
|
411
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
412
|
-
<message name="NNE_PortType_lookupMunicipalityCodes"/>
|
413
|
-
<message name="NNE_PortType_lookupMunicipalityCodesResponse">
|
414
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
415
|
-
<message name="NNE_PortType_lookupTradeCodes"/>
|
416
|
-
<message name="NNE_PortType_lookupTradeCodesResponse">
|
417
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
418
|
-
<message name="NNE_PortType_lookupTradeGroups"/>
|
419
|
-
<message name="NNE_PortType_lookupTradeGroupsResponse">
|
420
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
421
|
-
<message name="NNE_PortType_search">
|
422
|
-
<part name="Question_1" type="ns2:Question"/>
|
423
|
-
<part name="int_2" type="xsd:int"/>
|
424
|
-
<part name="int_3" type="xsd:int"/>
|
425
|
-
<part name="int_4" type="xsd:int"/>
|
426
|
-
<part name="String_5" type="xsd:string"/></message>
|
427
|
-
<message name="NNE_PortType_searchResponse">
|
428
|
-
<part name="result" type="ns2:Answer"/></message>
|
429
|
-
<message name="NNE_PortType_searchTargetGroup">
|
430
|
-
<part name="QuestionTargetGroup_1" type="ns2:QuestionTargetGroup"/>
|
431
|
-
<part name="int_2" type="xsd:int"/>
|
432
|
-
<part name="int_3" type="xsd:int"/>
|
433
|
-
<part name="int_4" type="xsd:int"/>
|
434
|
-
<part name="String_5" type="xsd:string"/></message>
|
435
|
-
<message name="NNE_PortType_searchTargetGroupResponse">
|
436
|
-
<part name="result" type="ns2:Answer"/></message>
|
437
|
-
<portType name="NNE_PortType">
|
438
|
-
<operation name="fetchCompany" parameterOrder="int_1 int_2 String_3 String_4">
|
439
|
-
<input message="tns:NNE_PortType_fetchCompany"/>
|
440
|
-
<output message="tns:NNE_PortType_fetchCompanyResponse"/></operation>
|
441
|
-
<operation name="fetchCompanyAccountants" parameterOrder="int_1 int_2 String_3 String_4">
|
442
|
-
<input message="tns:NNE_PortType_fetchCompanyAccountants"/>
|
443
|
-
<output message="tns:NNE_PortType_fetchCompanyAccountantsResponse"/></operation>
|
444
|
-
<operation name="fetchCompanyAdditionalNames" parameterOrder="int_1 int_2 String_3 String_4">
|
445
|
-
<input message="tns:NNE_PortType_fetchCompanyAdditionalNames"/>
|
446
|
-
<output message="tns:NNE_PortType_fetchCompanyAdditionalNamesResponse"/></operation>
|
447
|
-
<operation name="fetchCompanyAssociates" parameterOrder="int_1 int_2 String_3 String_4">
|
448
|
-
<input message="tns:NNE_PortType_fetchCompanyAssociates"/>
|
449
|
-
<output message="tns:NNE_PortType_fetchCompanyAssociatesResponse"/></operation>
|
450
|
-
<operation name="fetchCompanyBankConnections" parameterOrder="int_1 int_2 String_3 String_4">
|
451
|
-
<input message="tns:NNE_PortType_fetchCompanyBankConnections"/>
|
452
|
-
<output message="tns:NNE_PortType_fetchCompanyBankConnectionsResponse"/></operation>
|
453
|
-
<operation name="fetchCompanyCategories" parameterOrder="int_1 int_2 String_3 String_4">
|
454
|
-
<input message="tns:NNE_PortType_fetchCompanyCategories"/>
|
455
|
-
<output message="tns:NNE_PortType_fetchCompanyCategoriesResponse"/></operation>
|
456
|
-
<operation name="fetchCompanyCreditRating" parameterOrder="int_1 int_2 String_3 String_4">
|
457
|
-
<input message="tns:NNE_PortType_fetchCompanyCreditRating"/>
|
458
|
-
<output message="tns:NNE_PortType_fetchCompanyCreditRatingResponse"/></operation>
|
459
|
-
<operation name="fetchCompanyDecisionmakers" parameterOrder="int_1 int_2 String_3 String_4">
|
460
|
-
<input message="tns:NNE_PortType_fetchCompanyDecisionmakers"/>
|
461
|
-
<output message="tns:NNE_PortType_fetchCompanyDecisionmakersResponse"/></operation>
|
462
|
-
<operation name="fetchCompanyFinance" parameterOrder="int_1 int_2 String_3 String_4">
|
463
|
-
<input message="tns:NNE_PortType_fetchCompanyFinance"/>
|
464
|
-
<output message="tns:NNE_PortType_fetchCompanyFinanceResponse"/></operation>
|
465
|
-
<operation name="fetchCompanyOwnership" parameterOrder="int_1 int_2 String_3 String_4">
|
466
|
-
<input message="tns:NNE_PortType_fetchCompanyOwnership"/>
|
467
|
-
<output message="tns:NNE_PortType_fetchCompanyOwnershipResponse"/></operation>
|
468
|
-
<operation name="fetchCompanySubsidiaries" parameterOrder="int_1 int_2 String_3 String_4">
|
469
|
-
<input message="tns:NNE_PortType_fetchCompanySubsidiaries"/>
|
470
|
-
<output message="tns:NNE_PortType_fetchCompanySubsidiariesResponse"/></operation>
|
471
|
-
<operation name="fetchCompanyTrade" parameterOrder="int_1 int_2 String_3 String_4">
|
472
|
-
<input message="tns:NNE_PortType_fetchCompanyTrade"/>
|
473
|
-
<output message="tns:NNE_PortType_fetchCompanyTradeResponse"/></operation>
|
474
|
-
<operation name="lookupAreaCodes">
|
475
|
-
<input message="tns:NNE_PortType_lookupAreaCodes"/>
|
476
|
-
<output message="tns:NNE_PortType_lookupAreaCodesResponse"/></operation>
|
477
|
-
<operation name="lookupCategoryCodes">
|
478
|
-
<input message="tns:NNE_PortType_lookupCategoryCodes"/>
|
479
|
-
<output message="tns:NNE_PortType_lookupCategoryCodesResponse"/></operation>
|
480
|
-
<operation name="lookupCompanyForms">
|
481
|
-
<input message="tns:NNE_PortType_lookupCompanyForms"/>
|
482
|
-
<output message="tns:NNE_PortType_lookupCompanyFormsResponse"/></operation>
|
483
|
-
<operation name="lookupCompanyStatus">
|
484
|
-
<input message="tns:NNE_PortType_lookupCompanyStatus"/>
|
485
|
-
<output message="tns:NNE_PortType_lookupCompanyStatusResponse"/></operation>
|
486
|
-
<operation name="lookupCountyCodes">
|
487
|
-
<input message="tns:NNE_PortType_lookupCountyCodes"/>
|
488
|
-
<output message="tns:NNE_PortType_lookupCountyCodesResponse"/></operation>
|
489
|
-
<operation name="lookupCreditRatings">
|
490
|
-
<input message="tns:NNE_PortType_lookupCreditRatings"/>
|
491
|
-
<output message="tns:NNE_PortType_lookupCreditRatingsResponse"/></operation>
|
492
|
-
<operation name="lookupDsSizeCodes">
|
493
|
-
<input message="tns:NNE_PortType_lookupDsSizeCodes"/>
|
494
|
-
<output message="tns:NNE_PortType_lookupDsSizeCodesResponse"/></operation>
|
495
|
-
<operation name="lookupFunctionAreas">
|
496
|
-
<input message="tns:NNE_PortType_lookupFunctionAreas"/>
|
497
|
-
<output message="tns:NNE_PortType_lookupFunctionAreasResponse"/></operation>
|
498
|
-
<operation name="lookupMunicipalityCodes">
|
499
|
-
<input message="tns:NNE_PortType_lookupMunicipalityCodes"/>
|
500
|
-
<output message="tns:NNE_PortType_lookupMunicipalityCodesResponse"/></operation>
|
501
|
-
<operation name="lookupTradeCodes">
|
502
|
-
<input message="tns:NNE_PortType_lookupTradeCodes"/>
|
503
|
-
<output message="tns:NNE_PortType_lookupTradeCodesResponse"/></operation>
|
504
|
-
<operation name="lookupTradeGroups">
|
505
|
-
<input message="tns:NNE_PortType_lookupTradeGroups"/>
|
506
|
-
<output message="tns:NNE_PortType_lookupTradeGroupsResponse"/></operation>
|
507
|
-
<operation name="search" parameterOrder="Question_1 int_2 int_3 int_4 String_5">
|
508
|
-
<input message="tns:NNE_PortType_search"/>
|
509
|
-
<output message="tns:NNE_PortType_searchResponse"/></operation>
|
510
|
-
<operation name="searchTargetGroup" parameterOrder="QuestionTargetGroup_1 int_2 int_3 int_4 String_5">
|
511
|
-
<input message="tns:NNE_PortType_searchTargetGroup"/>
|
512
|
-
<output message="tns:NNE_PortType_searchTargetGroupResponse"/></operation></portType>
|
513
|
-
<binding name="NNE_PortTypeBinding" type="tns:NNE_PortType">
|
514
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
|
515
|
-
<operation name="fetchCompany">
|
516
|
-
<soap:operation soapAction=""/>
|
517
|
-
<input>
|
518
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
519
|
-
<output>
|
520
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
521
|
-
<operation name="fetchCompanyAccountants">
|
522
|
-
<soap:operation soapAction=""/>
|
523
|
-
<input>
|
524
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
525
|
-
<output>
|
526
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
527
|
-
<operation name="fetchCompanyAdditionalNames">
|
528
|
-
<soap:operation soapAction=""/>
|
529
|
-
<input>
|
530
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
531
|
-
<output>
|
532
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
533
|
-
<operation name="fetchCompanyAssociates">
|
534
|
-
<soap:operation soapAction=""/>
|
535
|
-
<input>
|
536
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
537
|
-
<output>
|
538
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
539
|
-
<operation name="fetchCompanyBankConnections">
|
540
|
-
<soap:operation soapAction=""/>
|
541
|
-
<input>
|
542
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
543
|
-
<output>
|
544
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
545
|
-
<operation name="fetchCompanyCategories">
|
546
|
-
<soap:operation soapAction=""/>
|
547
|
-
<input>
|
548
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
549
|
-
<output>
|
550
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
551
|
-
<operation name="fetchCompanyCreditRating">
|
552
|
-
<soap:operation soapAction=""/>
|
553
|
-
<input>
|
554
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
555
|
-
<output>
|
556
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
557
|
-
<operation name="fetchCompanyDecisionmakers">
|
558
|
-
<soap:operation soapAction=""/>
|
559
|
-
<input>
|
560
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
561
|
-
<output>
|
562
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
563
|
-
<operation name="fetchCompanyFinance">
|
564
|
-
<soap:operation soapAction=""/>
|
565
|
-
<input>
|
566
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
567
|
-
<output>
|
568
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
569
|
-
<operation name="fetchCompanyOwnership">
|
570
|
-
<soap:operation soapAction=""/>
|
571
|
-
<input>
|
572
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
573
|
-
<output>
|
574
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
575
|
-
<operation name="fetchCompanySubsidiaries">
|
576
|
-
<soap:operation soapAction=""/>
|
577
|
-
<input>
|
578
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
579
|
-
<output>
|
580
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
581
|
-
<operation name="fetchCompanyTrade">
|
582
|
-
<soap:operation soapAction=""/>
|
583
|
-
<input>
|
584
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
585
|
-
<output>
|
586
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
587
|
-
<operation name="lookupAreaCodes">
|
588
|
-
<soap:operation soapAction=""/>
|
589
|
-
<input>
|
590
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
591
|
-
<output>
|
592
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
593
|
-
<operation name="lookupCategoryCodes">
|
594
|
-
<soap:operation soapAction=""/>
|
595
|
-
<input>
|
596
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
597
|
-
<output>
|
598
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
599
|
-
<operation name="lookupCompanyForms">
|
600
|
-
<soap:operation soapAction=""/>
|
601
|
-
<input>
|
602
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
603
|
-
<output>
|
604
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
605
|
-
<operation name="lookupCompanyStatus">
|
606
|
-
<soap:operation soapAction=""/>
|
607
|
-
<input>
|
608
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
609
|
-
<output>
|
610
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
611
|
-
<operation name="lookupCountyCodes">
|
612
|
-
<soap:operation soapAction=""/>
|
613
|
-
<input>
|
614
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
615
|
-
<output>
|
616
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
617
|
-
<operation name="lookupCreditRatings">
|
618
|
-
<soap:operation soapAction=""/>
|
619
|
-
<input>
|
620
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
621
|
-
<output>
|
622
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
623
|
-
<operation name="lookupDsSizeCodes">
|
624
|
-
<soap:operation soapAction=""/>
|
625
|
-
<input>
|
626
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
627
|
-
<output>
|
628
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
629
|
-
<operation name="lookupFunctionAreas">
|
630
|
-
<soap:operation soapAction=""/>
|
631
|
-
<input>
|
632
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
633
|
-
<output>
|
634
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
635
|
-
<operation name="lookupMunicipalityCodes">
|
636
|
-
<soap:operation soapAction=""/>
|
637
|
-
<input>
|
638
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
639
|
-
<output>
|
640
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
641
|
-
<operation name="lookupTradeCodes">
|
642
|
-
<soap:operation soapAction=""/>
|
643
|
-
<input>
|
644
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
645
|
-
<output>
|
646
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
647
|
-
<operation name="lookupTradeGroups">
|
648
|
-
<soap:operation soapAction=""/>
|
649
|
-
<input>
|
650
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
651
|
-
<output>
|
652
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
653
|
-
<operation name="search">
|
654
|
-
<soap:operation soapAction=""/>
|
655
|
-
<input>
|
656
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
657
|
-
<output>
|
658
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
659
|
-
<operation name="searchTargetGroup">
|
660
|
-
<soap:operation soapAction=""/>
|
661
|
-
<input>
|
662
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
663
|
-
<output>
|
664
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation></binding>
|
665
|
-
<service name="NNE">
|
666
|
-
<port name="NNE_PortTypePort" binding="tns:NNE_PortTypeBinding">
|
667
|
-
<soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://service.nnerhverv.dk:80/nne-ws/3.1/NNE"/></port></service></definitions>
|
668
|
-
http_version: "1.1"
|
669
|
-
recorded_at: Tue, 08 May 2012 11:20:10 GMT
|
670
4
|
- request:
|
671
5
|
method: post
|
672
6
|
uri: http://service.nnerhverv.dk/nne-ws/3.1/NNE
|
673
7
|
body:
|
674
|
-
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://com.stibo.net/nne/3.1/NNE" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://com.stibo.net/nne/3.1/Types/NNE"><env:Body><wsdl:search env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><Question_1 xsi:type="nne:Question" xmlns:nne="http://com.stibo.net/nne/3.1/Types/NNE"><name xsi:type="xsd:string">Ikea</name></Question_1><int_2 xsi:type="xsd:int">10</int_2><int_3 xsi:type="xsd:int">1</int_3><int_4 xsi:type="xsd:int">0</int_4><String_5 xsi:type="xsd:string"></String_5></wsdl:search></env:Body></env:Envelope>
|
675
9
|
headers:
|
676
|
-
content-length:
|
677
|
-
- "716"
|
678
|
-
soapaction:
|
679
|
-
- "\"search\""
|
680
10
|
accept:
|
681
11
|
- "*/*"
|
12
|
+
soapaction:
|
13
|
+
- "\"search\""
|
682
14
|
content-type:
|
683
15
|
- text/xml;charset=UTF-8
|
16
|
+
content-length:
|
17
|
+
- "716"
|
684
18
|
response:
|
685
19
|
status:
|
686
20
|
code: 200
|
687
21
|
message: OK
|
688
22
|
headers:
|
689
|
-
x-powered-by:
|
690
|
-
- ASP.NET
|
691
|
-
date:
|
692
|
-
- Tue, 08 May 2012 11:20:10 GMT
|
693
23
|
soapaction:
|
694
24
|
- "\"\""
|
695
|
-
server:
|
696
|
-
- Microsoft-IIS/6.0
|
697
|
-
connection:
|
698
|
-
- close
|
699
25
|
content-type:
|
700
26
|
- text/xml; charset="utf-8"
|
701
|
-
body:
|
702
|
-
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n\
|
703
|
-
<env:Envelope xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:ns0=\"http://com.stibo.net/nne/3.1/Types/NNE\" env:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><env:Body><ans1:searchResponse xmlns:ans1=\"http://com.stibo.net/nne/3.1/NNE\"><result href=\"#ID1\"/></ans1:searchResponse><ns0:Answer id=\"ID1\" xsi:type=\"ns0:Answer\"><companyBasic href=\"#ID2\"/><errorMessage xsi:type=\"xsd:string\" xsi:nil=\"1\"/><window href=\"#ID3\"/></ns0:Answer><ns0:ArrayOfCompanyBasic id=\"ID2\" xsi:type=\"enc:Array\" enc:arrayType=\"ns0:CompanyBasic[10]\"><item href=\"#ID4\"/><item href=\"#ID5\"/><item href=\"#ID6\"/><item href=\"#ID7\"/><item href=\"#ID8\"/><item href=\"#ID9\"/><item href=\"#ID10\"/><item href=\"#ID11\"/><item href=\"#ID12\"/><item href=\"#ID13\"/></ns0:ArrayOfCompanyBasic><ns0:Window id=\"ID3\" xsi:type=\"ns0:Window\"><currentPage xsi:type=\"xsd:int\">1</currentPage><from xsi:type=\"xsd:int\">1</from><to xsi:type=\"xsd:int\">10</to><total xsi:type=\"xsd:int\">20</total><totalPages xsi:type=\"xsd:int\">2</totalPages></ns0:Window><ns0:CompanyBasic id=\"ID4\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624526</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">724796</companyId><companyType xsi:type=\"xsd:string\">VI</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">IKEA A/S</officialName><phone xsi:type=\"xsd:string\">70150808</phone><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">100311293</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID5\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624599</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">203813</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Gentofte</district><fax xsi:type=\"xsd:string\">43590089</fax><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">Nybrovej 2</street><tdcId xsi:type=\"xsd:int\">200087382</tdcId><zipCode xsi:type=\"xsd:int\">2820</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID6\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624575</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">4437372</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Odense S\xC3\x98</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">\xC3\x98rb\xC3\xA6kvej 91</street><tdcId xsi:type=\"xsd:int\">202666498</tdcId><zipCode xsi:type=\"xsd:int\">5220</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID7\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1015466592</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">4437373</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Odense S\xC3\x98</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\" xsi:nil=\"1\"/><street xsi:type=\"xsd:string\">\xC3\x98rb\xC3\xA6kvej 91</street><tdcId xsi:type=\"xsd:int\">202666499</tdcId><zipCode xsi:type=\"xsd:int\">5220</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID8\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624563</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">203811</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Aarhus N</district><fax xsi:type=\"xsd:string\">86785585</fax><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">Graham Bells Vej 9</street><tdcId xsi:type=\"xsd:int\">200087380</tdcId><zipCode xsi:type=\"xsd:int\">8200</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID9\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1015543953</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">4244151</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Aalborg SV</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">98114908</phone><street xsi:type=\"xsd:string\">Krebsen 40</street><tdcId xsi:type=\"xsd:int\">202580625</tdcId><zipCode xsi:type=\"xsd:int\">9200</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID10\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1001951057</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">3569747</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S Ejendomme</officialName><phone xsi:type=\"xsd:string\" xsi:nil=\"1\"/><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">201866959</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID11\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1010138554</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">162848074</companyId><companyType xsi:type=\"xsd:string\">VI</companyType><cvrNo xsi:type=\"xsd:int\">27378560</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea Ejendomme ApS</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">101897006</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID12\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1012507026</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">162910733</companyId><companyType xsi:type=\"xsd:string\">VI</companyType><cvrNo xsi:type=\"xsd:int\">29776210</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea Gentofte ApS</officialName><phone xsi:type=\"xsd:string\" xsi:nil=\"1\"/><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">202158429</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID13\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">0</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">901351</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">20451874</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\">43590389</fax><officialName xsi:type=\"xsd:string\">Ikea Handels Ag</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">100406521</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic></env:Body></env:Envelope>"
|
704
|
-
http_version: "1.1"
|
705
|
-
recorded_at: Tue, 08 May 2012 11:20:11 GMT
|
706
|
-
- request:
|
707
|
-
method: get
|
708
|
-
uri: http://service.nnerhverv.dk/nne-ws/3.1/NNE?WSDL
|
709
|
-
body:
|
710
|
-
string: ""
|
711
|
-
headers:
|
712
|
-
accept:
|
713
|
-
- "*/*"
|
714
|
-
response:
|
715
|
-
status:
|
716
|
-
code: 200
|
717
|
-
message: OK
|
718
|
-
headers:
|
719
|
-
x-powered-by:
|
720
|
-
- ASP.NET
|
721
27
|
date:
|
722
|
-
- Tue,
|
28
|
+
- Tue, 15 May 2012 10:44:03 GMT
|
723
29
|
server:
|
724
30
|
- Microsoft-IIS/6.0
|
31
|
+
x-powered-by:
|
32
|
+
- ASP.NET
|
725
33
|
connection:
|
726
34
|
- close
|
727
|
-
content-type:
|
728
|
-
- text/xml
|
729
35
|
body:
|
730
|
-
string:
|
731
|
-
|
732
|
-
<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">
|
733
|
-
<types>
|
734
|
-
<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">
|
735
|
-
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
736
|
-
<complexType name="Company">
|
737
|
-
<sequence>
|
738
|
-
<element name="PNo" type="int"/>
|
739
|
-
<element name="adProtection" type="int"/>
|
740
|
-
<element name="bankConnection" type="string"/>
|
741
|
-
<element name="companyForm" type="string"/>
|
742
|
-
<element name="companyId" type="int"/>
|
743
|
-
<element name="companyType" type="string"/>
|
744
|
-
<element name="cvrNo" type="int"/>
|
745
|
-
<element name="district" type="string"/>
|
746
|
-
<element name="dsSizeCode" type="string"/>
|
747
|
-
<element name="dsSizeCodeBranch" type="string"/>
|
748
|
-
<element name="email" type="string"/>
|
749
|
-
<element name="fax" type="string"/>
|
750
|
-
<element name="foundedYear" type="string"/>
|
751
|
-
<element name="geography" type="tns:KVH"/>
|
752
|
-
<element name="homePage" type="string"/>
|
753
|
-
<element name="legalEntity" type="int"/>
|
754
|
-
<element name="linkDebtor" type="string"/>
|
755
|
-
<element name="linkGroupHierarchy" type="string"/>
|
756
|
-
<element name="linkMap" type="string"/>
|
757
|
-
<element name="linkNews" type="string"/>
|
758
|
-
<element name="numberOfEmployees" type="int"/>
|
759
|
-
<element name="numberOfEmployeesBranch" type="int"/>
|
760
|
-
<element name="officialName" type="string"/>
|
761
|
-
<element name="parentCompany" type="boolean"/>
|
762
|
-
<element name="phone" type="string"/>
|
763
|
-
<element name="statusText" type="string"/>
|
764
|
-
<element name="statusValue" type="int"/>
|
765
|
-
<element name="stockQuotation" type="string"/>
|
766
|
-
<element name="street" type="string"/>
|
767
|
-
<element name="subscriptionRules" type="string"/>
|
768
|
-
<element name="tdcId" type="int"/>
|
769
|
-
<element name="tdfName" type="string"/>
|
770
|
-
<element name="updateDate" type="string"/>
|
771
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
772
|
-
<complexType name="KVH">
|
773
|
-
<sequence>
|
774
|
-
<element name="houseNo" type="string"/>
|
775
|
-
<element name="municipalityCode" type="int"/>
|
776
|
-
<element name="streetCode" type="int"/></sequence></complexType>
|
777
|
-
<complexType name="ArrayOfAccountant">
|
778
|
-
<complexContent>
|
779
|
-
<restriction base="soap11-enc:Array">
|
780
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Accountant[]"/></restriction></complexContent></complexType>
|
781
|
-
<complexType name="Accountant">
|
782
|
-
<sequence>
|
783
|
-
<element name="district" type="string"/>
|
784
|
-
<element name="name" type="string"/>
|
785
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
786
|
-
<complexType name="ArrayOfstring">
|
787
|
-
<complexContent>
|
788
|
-
<restriction base="soap11-enc:Array">
|
789
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="string[]"/></restriction></complexContent></complexType>
|
790
|
-
<complexType name="ArrayOfSubsidiary">
|
791
|
-
<complexContent>
|
792
|
-
<restriction base="soap11-enc:Array">
|
793
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Subsidiary[]"/></restriction></complexContent></complexType>
|
794
|
-
<complexType name="Subsidiary">
|
795
|
-
<sequence>
|
796
|
-
<element name="country" type="string"/>
|
797
|
-
<element name="name" type="string"/>
|
798
|
-
<element name="share" type="string"/>
|
799
|
-
<element name="tdcId" type="int"/></sequence></complexType>
|
800
|
-
<complexType name="ArrayOfBank">
|
801
|
-
<complexContent>
|
802
|
-
<restriction base="soap11-enc:Array">
|
803
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Bank[]"/></restriction></complexContent></complexType>
|
804
|
-
<complexType name="Bank">
|
805
|
-
<sequence>
|
806
|
-
<element name="name" type="string"/></sequence></complexType>
|
807
|
-
<complexType name="ArrayOfCategory">
|
808
|
-
<complexContent>
|
809
|
-
<restriction base="soap11-enc:Array">
|
810
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Category[]"/></restriction></complexContent></complexType>
|
811
|
-
<complexType name="Category">
|
812
|
-
<sequence>
|
813
|
-
<element name="category" type="string"/>
|
814
|
-
<element name="categoryCode" type="int"/></sequence></complexType>
|
815
|
-
<complexType name="ArrayOfDecisionMaker">
|
816
|
-
<complexContent>
|
817
|
-
<restriction base="soap11-enc:Array">
|
818
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:DecisionMaker[]"/></restriction></complexContent></complexType>
|
819
|
-
<complexType name="DecisionMaker">
|
820
|
-
<sequence>
|
821
|
-
<element name="firstName" type="string"/>
|
822
|
-
<element name="group" type="string"/>
|
823
|
-
<element name="id" type="int"/>
|
824
|
-
<element name="lastName" type="string"/>
|
825
|
-
<element name="title" type="string"/></sequence></complexType>
|
826
|
-
<complexType name="ArrayOfFinance">
|
827
|
-
<complexContent>
|
828
|
-
<restriction base="soap11-enc:Array">
|
829
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Finance[]"/></restriction></complexContent></complexType>
|
830
|
-
<complexType name="Finance">
|
831
|
-
<sequence>
|
832
|
-
<element name="accountingDate" type="string"/>
|
833
|
-
<element name="assets" type="float"/>
|
834
|
-
<element name="availableFunds" type="float"/>
|
835
|
-
<element name="availableFundsRatio" type="float"/>
|
836
|
-
<element name="balance" type="float"/>
|
837
|
-
<element name="capacityRatio" type="float"/>
|
838
|
-
<element name="contributionRatio" type="float"/>
|
839
|
-
<element name="creditRating" type="string"/>
|
840
|
-
<element name="currentAssets" type="float"/>
|
841
|
-
<element name="depreciations" type="float"/>
|
842
|
-
<element name="fixedAssets" type="float"/>
|
843
|
-
<element name="fixedCost" type="float"/>
|
844
|
-
<element name="grossProfit" type="float"/>
|
845
|
-
<element name="incomeBeforeIncomeTax" type="float"/>
|
846
|
-
<element name="linkPDF" type="string"/>
|
847
|
-
<element name="longTermedLiability" type="float"/>
|
848
|
-
<element name="lotsAndSites" type="float"/>
|
849
|
-
<element name="netOutcome" type="float"/>
|
850
|
-
<element name="numberOfEmployees" type="int"/>
|
851
|
-
<element name="placings" type="float"/>
|
852
|
-
<element name="profit" type="float"/>
|
853
|
-
<element name="profitForTheYear" type="float"/>
|
854
|
-
<element name="profitRatio" type="float"/>
|
855
|
-
<element name="publishedDate" type="string"/>
|
856
|
-
<element name="returnOnAssets" type="float"/>
|
857
|
-
<element name="shareHoldersFundsOfInterest" type="float"/>
|
858
|
-
<element name="shareholdersFunds" type="float"/>
|
859
|
-
<element name="shortTermedLiability" type="float"/>
|
860
|
-
<element name="solvencyRatio" type="float"/>
|
861
|
-
<element name="stock" type="float"/>
|
862
|
-
<element name="tradeDebitors" type="float"/>
|
863
|
-
<element name="turnover" type="float"/>
|
864
|
-
<element name="year" type="string"/></sequence></complexType>
|
865
|
-
<complexType name="ArrayOfOwnership">
|
866
|
-
<complexContent>
|
867
|
-
<restriction base="soap11-enc:Array">
|
868
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Ownership[]"/></restriction></complexContent></complexType>
|
869
|
-
<complexType name="Ownership">
|
870
|
-
<sequence>
|
871
|
-
<element name="country" type="string"/>
|
872
|
-
<element name="name" type="string"/>
|
873
|
-
<element name="share" type="string"/>
|
874
|
-
<element name="tdcId" type="int"/></sequence></complexType>
|
875
|
-
<complexType name="ArrayOfTrade">
|
876
|
-
<complexContent>
|
877
|
-
<restriction base="soap11-enc:Array">
|
878
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Trade[]"/></restriction></complexContent></complexType>
|
879
|
-
<complexType name="Trade">
|
880
|
-
<sequence>
|
881
|
-
<element name="primary" type="boolean"/>
|
882
|
-
<element name="trade" type="string"/>
|
883
|
-
<element name="tradeCode" type="string"/></sequence></complexType>
|
884
|
-
<complexType name="ArrayOfValueText">
|
885
|
-
<complexContent>
|
886
|
-
<restriction base="soap11-enc:Array">
|
887
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ValueText[]"/></restriction></complexContent></complexType>
|
888
|
-
<complexType name="ValueText">
|
889
|
-
<sequence>
|
890
|
-
<element name="text" type="string"/>
|
891
|
-
<element name="value" type="int"/></sequence></complexType>
|
892
|
-
<complexType name="ArrayOfKeyText">
|
893
|
-
<complexContent>
|
894
|
-
<restriction base="soap11-enc:Array">
|
895
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyText[]"/></restriction></complexContent></complexType>
|
896
|
-
<complexType name="KeyText">
|
897
|
-
<sequence>
|
898
|
-
<element name="key" type="string"/>
|
899
|
-
<element name="text" type="string"/></sequence></complexType>
|
900
|
-
<complexType name="ArrayOfKeyInterval">
|
901
|
-
<complexContent>
|
902
|
-
<restriction base="soap11-enc:Array">
|
903
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyInterval[]"/></restriction></complexContent></complexType>
|
904
|
-
<complexType name="KeyInterval">
|
905
|
-
<sequence>
|
906
|
-
<element name="key" type="string"/>
|
907
|
-
<element name="valueFrom" type="int"/>
|
908
|
-
<element name="valueTo" type="int"/></sequence></complexType>
|
909
|
-
<complexType name="Question">
|
910
|
-
<sequence>
|
911
|
-
<element name="cvrNo" type="int"/>
|
912
|
-
<element name="district" type="string"/>
|
913
|
-
<element name="houseNo" type="string"/>
|
914
|
-
<element name="name" type="string"/>
|
915
|
-
<element name="nameStartsWith" type="boolean"/>
|
916
|
-
<element name="phone" type="string"/>
|
917
|
-
<element name="street" type="string"/>
|
918
|
-
<element name="streetStartsWith" type="boolean"/>
|
919
|
-
<element name="tdcId" type="int"/>
|
920
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
921
|
-
<complexType name="QuestionTargetGroup">
|
922
|
-
<complexContent>
|
923
|
-
<extension base="tns:Question">
|
924
|
-
<sequence>
|
925
|
-
<element name="PNo" type="int"/>
|
926
|
-
<element name="accountantName" type="string"/>
|
927
|
-
<element name="accountantZipCode" type="int"/>
|
928
|
-
<element name="areaCodes" type="string"/>
|
929
|
-
<element name="balanceFrom" type="int"/>
|
930
|
-
<element name="balanceTo" type="int"/>
|
931
|
-
<element name="bankConnection" type="string"/>
|
932
|
-
<element name="category" type="string"/>
|
933
|
-
<element name="categoryCode" type="int"/>
|
934
|
-
<element name="categoryCodeList" type="string"/>
|
935
|
-
<element name="companyFormCodeList" type="string"/>
|
936
|
-
<element name="companyStatus" type="string"/>
|
937
|
-
<element name="contributionRatioFrom" type="int"/>
|
938
|
-
<element name="contributionRatioTo" type="int"/>
|
939
|
-
<element name="countyCodes" type="string"/>
|
940
|
-
<element name="decisionMaker" type="string"/>
|
941
|
-
<element name="dsSizeCodeBranchFrom" type="string"/>
|
942
|
-
<element name="dsSizeCodeBranchTo" type="string"/>
|
943
|
-
<element name="email" type="string"/>
|
944
|
-
<element name="foundedFrom" type="string"/>
|
945
|
-
<element name="foundedTo" type="string"/>
|
946
|
-
<element name="functionArea" type="int"/>
|
947
|
-
<element name="grossProfitFrom" type="int"/>
|
948
|
-
<element name="grossProfitTo" type="int"/>
|
949
|
-
<element name="hasPhoneOnly" type="boolean"/>
|
950
|
-
<element name="homePage" type="string"/>
|
951
|
-
<element name="incomeBeforeIncomeTaxFrom" type="int"/>
|
952
|
-
<element name="incomeBeforeIncomeTaxTo" type="int"/>
|
953
|
-
<element name="legalEntitiesOnly" type="boolean"/>
|
954
|
-
<element name="municipalityCodes" type="string"/>
|
955
|
-
<element name="netResultFrom" type="int"/>
|
956
|
-
<element name="netResultTo" type="int"/>
|
957
|
-
<element name="noOfEmployeesFrom" type="int"/>
|
958
|
-
<element name="noOfEmployeesTo" type="int"/>
|
959
|
-
<element name="profitRatioFrom" type="int"/>
|
960
|
-
<element name="profitRatioTo" type="int"/>
|
961
|
-
<element name="registredCompaniesOnly" type="boolean"/>
|
962
|
-
<element name="shareholdersFundFrom" type="int"/>
|
963
|
-
<element name="shareholdersFundTo" type="int"/>
|
964
|
-
<element name="trade" type="string"/>
|
965
|
-
<element name="tradeCode" type="string"/>
|
966
|
-
<element name="tradeCodeFrom" type="string"/>
|
967
|
-
<element name="tradeCodeList" type="string"/>
|
968
|
-
<element name="tradeCodeTo" type="string"/>
|
969
|
-
<element name="tradeGroup" type="string"/>
|
970
|
-
<element name="tradeGroupList" type="string"/>
|
971
|
-
<element name="turnoverFrom" type="int"/>
|
972
|
-
<element name="turnoverTo" type="int"/>
|
973
|
-
<element name="updateDateFrom" type="string"/>
|
974
|
-
<element name="updateDateTo" type="string"/>
|
975
|
-
<element name="zipCodes" type="string"/></sequence></extension></complexContent></complexType>
|
976
|
-
<complexType name="Answer">
|
977
|
-
<sequence>
|
978
|
-
<element name="companyBasic" type="tns:ArrayOfCompanyBasic"/>
|
979
|
-
<element name="errorMessage" type="string"/>
|
980
|
-
<element name="window" type="tns:Window"/></sequence></complexType>
|
981
|
-
<complexType name="ArrayOfCompanyBasic">
|
982
|
-
<complexContent>
|
983
|
-
<restriction base="soap11-enc:Array">
|
984
|
-
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:CompanyBasic[]"/></restriction></complexContent></complexType>
|
985
|
-
<complexType name="CompanyBasic">
|
986
|
-
<sequence>
|
987
|
-
<element name="PNo" type="int"/>
|
988
|
-
<element name="adProtection" type="int"/>
|
989
|
-
<element name="companyId" type="int"/>
|
990
|
-
<element name="companyType" type="string"/>
|
991
|
-
<element name="cvrNo" type="int"/>
|
992
|
-
<element name="district" type="string"/>
|
993
|
-
<element name="fax" type="string"/>
|
994
|
-
<element name="officialName" type="string"/>
|
995
|
-
<element name="phone" type="string"/>
|
996
|
-
<element name="street" type="string"/>
|
997
|
-
<element name="tdcId" type="int"/>
|
998
|
-
<element name="zipCode" type="int"/></sequence></complexType>
|
999
|
-
<complexType name="Window">
|
1000
|
-
<sequence>
|
1001
|
-
<element name="currentPage" type="int"/>
|
1002
|
-
<element name="from" type="int"/>
|
1003
|
-
<element name="to" type="int"/>
|
1004
|
-
<element name="total" type="int"/>
|
1005
|
-
<element name="totalPages" type="int"/></sequence></complexType></schema></types>
|
1006
|
-
<message name="NNE_PortType_fetchCompany">
|
1007
|
-
<part name="int_1" type="xsd:int"/>
|
1008
|
-
<part name="int_2" type="xsd:int"/>
|
1009
|
-
<part name="String_3" type="xsd:string"/>
|
1010
|
-
<part name="String_4" type="xsd:string"/></message>
|
1011
|
-
<message name="NNE_PortType_fetchCompanyResponse">
|
1012
|
-
<part name="result" type="ns2:Company"/></message>
|
1013
|
-
<message name="NNE_PortType_fetchCompanyAccountants">
|
1014
|
-
<part name="int_1" type="xsd:int"/>
|
1015
|
-
<part name="int_2" type="xsd:int"/>
|
1016
|
-
<part name="String_3" type="xsd:string"/>
|
1017
|
-
<part name="String_4" type="xsd:string"/></message>
|
1018
|
-
<message name="NNE_PortType_fetchCompanyAccountantsResponse">
|
1019
|
-
<part name="result" type="ns2:ArrayOfAccountant"/></message>
|
1020
|
-
<message name="NNE_PortType_fetchCompanyAdditionalNames">
|
1021
|
-
<part name="int_1" type="xsd:int"/>
|
1022
|
-
<part name="int_2" type="xsd:int"/>
|
1023
|
-
<part name="String_3" type="xsd:string"/>
|
1024
|
-
<part name="String_4" type="xsd:string"/></message>
|
1025
|
-
<message name="NNE_PortType_fetchCompanyAdditionalNamesResponse">
|
1026
|
-
<part name="result" type="ns2:ArrayOfstring"/></message>
|
1027
|
-
<message name="NNE_PortType_fetchCompanyAssociates">
|
1028
|
-
<part name="int_1" type="xsd:int"/>
|
1029
|
-
<part name="int_2" type="xsd:int"/>
|
1030
|
-
<part name="String_3" type="xsd:string"/>
|
1031
|
-
<part name="String_4" type="xsd:string"/></message>
|
1032
|
-
<message name="NNE_PortType_fetchCompanyAssociatesResponse">
|
1033
|
-
<part name="result" type="ns2:ArrayOfSubsidiary"/></message>
|
1034
|
-
<message name="NNE_PortType_fetchCompanyBankConnections">
|
1035
|
-
<part name="int_1" type="xsd:int"/>
|
1036
|
-
<part name="int_2" type="xsd:int"/>
|
1037
|
-
<part name="String_3" type="xsd:string"/>
|
1038
|
-
<part name="String_4" type="xsd:string"/></message>
|
1039
|
-
<message name="NNE_PortType_fetchCompanyBankConnectionsResponse">
|
1040
|
-
<part name="result" type="ns2:ArrayOfBank"/></message>
|
1041
|
-
<message name="NNE_PortType_fetchCompanyCategories">
|
1042
|
-
<part name="int_1" type="xsd:int"/>
|
1043
|
-
<part name="int_2" type="xsd:int"/>
|
1044
|
-
<part name="String_3" type="xsd:string"/>
|
1045
|
-
<part name="String_4" type="xsd:string"/></message>
|
1046
|
-
<message name="NNE_PortType_fetchCompanyCategoriesResponse">
|
1047
|
-
<part name="result" type="ns2:ArrayOfCategory"/></message>
|
1048
|
-
<message name="NNE_PortType_fetchCompanyCreditRating">
|
1049
|
-
<part name="int_1" type="xsd:int"/>
|
1050
|
-
<part name="int_2" type="xsd:int"/>
|
1051
|
-
<part name="String_3" type="xsd:string"/>
|
1052
|
-
<part name="String_4" type="xsd:string"/></message>
|
1053
|
-
<message name="NNE_PortType_fetchCompanyCreditRatingResponse">
|
1054
|
-
<part name="result" type="xsd:string"/></message>
|
1055
|
-
<message name="NNE_PortType_fetchCompanyDecisionmakers">
|
1056
|
-
<part name="int_1" type="xsd:int"/>
|
1057
|
-
<part name="int_2" type="xsd:int"/>
|
1058
|
-
<part name="String_3" type="xsd:string"/>
|
1059
|
-
<part name="String_4" type="xsd:string"/></message>
|
1060
|
-
<message name="NNE_PortType_fetchCompanyDecisionmakersResponse">
|
1061
|
-
<part name="result" type="ns2:ArrayOfDecisionMaker"/></message>
|
1062
|
-
<message name="NNE_PortType_fetchCompanyFinance">
|
1063
|
-
<part name="int_1" type="xsd:int"/>
|
1064
|
-
<part name="int_2" type="xsd:int"/>
|
1065
|
-
<part name="String_3" type="xsd:string"/>
|
1066
|
-
<part name="String_4" type="xsd:string"/></message>
|
1067
|
-
<message name="NNE_PortType_fetchCompanyFinanceResponse">
|
1068
|
-
<part name="result" type="ns2:ArrayOfFinance"/></message>
|
1069
|
-
<message name="NNE_PortType_fetchCompanyOwnership">
|
1070
|
-
<part name="int_1" type="xsd:int"/>
|
1071
|
-
<part name="int_2" type="xsd:int"/>
|
1072
|
-
<part name="String_3" type="xsd:string"/>
|
1073
|
-
<part name="String_4" type="xsd:string"/></message>
|
1074
|
-
<message name="NNE_PortType_fetchCompanyOwnershipResponse">
|
1075
|
-
<part name="result" type="ns2:ArrayOfOwnership"/></message>
|
1076
|
-
<message name="NNE_PortType_fetchCompanySubsidiaries">
|
1077
|
-
<part name="int_1" type="xsd:int"/>
|
1078
|
-
<part name="int_2" type="xsd:int"/>
|
1079
|
-
<part name="String_3" type="xsd:string"/>
|
1080
|
-
<part name="String_4" type="xsd:string"/></message>
|
1081
|
-
<message name="NNE_PortType_fetchCompanySubsidiariesResponse">
|
1082
|
-
<part name="result" type="ns2:ArrayOfSubsidiary"/></message>
|
1083
|
-
<message name="NNE_PortType_fetchCompanyTrade">
|
1084
|
-
<part name="int_1" type="xsd:int"/>
|
1085
|
-
<part name="int_2" type="xsd:int"/>
|
1086
|
-
<part name="String_3" type="xsd:string"/>
|
1087
|
-
<part name="String_4" type="xsd:string"/></message>
|
1088
|
-
<message name="NNE_PortType_fetchCompanyTradeResponse">
|
1089
|
-
<part name="result" type="ns2:ArrayOfTrade"/></message>
|
1090
|
-
<message name="NNE_PortType_lookupAreaCodes"/>
|
1091
|
-
<message name="NNE_PortType_lookupAreaCodesResponse">
|
1092
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
1093
|
-
<message name="NNE_PortType_lookupCategoryCodes"/>
|
1094
|
-
<message name="NNE_PortType_lookupCategoryCodesResponse">
|
1095
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
1096
|
-
<message name="NNE_PortType_lookupCompanyForms"/>
|
1097
|
-
<message name="NNE_PortType_lookupCompanyFormsResponse">
|
1098
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
1099
|
-
<message name="NNE_PortType_lookupCompanyStatus"/>
|
1100
|
-
<message name="NNE_PortType_lookupCompanyStatusResponse">
|
1101
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
1102
|
-
<message name="NNE_PortType_lookupCountyCodes"/>
|
1103
|
-
<message name="NNE_PortType_lookupCountyCodesResponse">
|
1104
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
1105
|
-
<message name="NNE_PortType_lookupCreditRatings"/>
|
1106
|
-
<message name="NNE_PortType_lookupCreditRatingsResponse">
|
1107
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
1108
|
-
<message name="NNE_PortType_lookupDsSizeCodes"/>
|
1109
|
-
<message name="NNE_PortType_lookupDsSizeCodesResponse">
|
1110
|
-
<part name="result" type="ns2:ArrayOfKeyInterval"/></message>
|
1111
|
-
<message name="NNE_PortType_lookupFunctionAreas"/>
|
1112
|
-
<message name="NNE_PortType_lookupFunctionAreasResponse">
|
1113
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
1114
|
-
<message name="NNE_PortType_lookupMunicipalityCodes"/>
|
1115
|
-
<message name="NNE_PortType_lookupMunicipalityCodesResponse">
|
1116
|
-
<part name="result" type="ns2:ArrayOfValueText"/></message>
|
1117
|
-
<message name="NNE_PortType_lookupTradeCodes"/>
|
1118
|
-
<message name="NNE_PortType_lookupTradeCodesResponse">
|
1119
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
1120
|
-
<message name="NNE_PortType_lookupTradeGroups"/>
|
1121
|
-
<message name="NNE_PortType_lookupTradeGroupsResponse">
|
1122
|
-
<part name="result" type="ns2:ArrayOfKeyText"/></message>
|
1123
|
-
<message name="NNE_PortType_search">
|
1124
|
-
<part name="Question_1" type="ns2:Question"/>
|
1125
|
-
<part name="int_2" type="xsd:int"/>
|
1126
|
-
<part name="int_3" type="xsd:int"/>
|
1127
|
-
<part name="int_4" type="xsd:int"/>
|
1128
|
-
<part name="String_5" type="xsd:string"/></message>
|
1129
|
-
<message name="NNE_PortType_searchResponse">
|
1130
|
-
<part name="result" type="ns2:Answer"/></message>
|
1131
|
-
<message name="NNE_PortType_searchTargetGroup">
|
1132
|
-
<part name="QuestionTargetGroup_1" type="ns2:QuestionTargetGroup"/>
|
1133
|
-
<part name="int_2" type="xsd:int"/>
|
1134
|
-
<part name="int_3" type="xsd:int"/>
|
1135
|
-
<part name="int_4" type="xsd:int"/>
|
1136
|
-
<part name="String_5" type="xsd:string"/></message>
|
1137
|
-
<message name="NNE_PortType_searchTargetGroupResponse">
|
1138
|
-
<part name="result" type="ns2:Answer"/></message>
|
1139
|
-
<portType name="NNE_PortType">
|
1140
|
-
<operation name="fetchCompany" parameterOrder="int_1 int_2 String_3 String_4">
|
1141
|
-
<input message="tns:NNE_PortType_fetchCompany"/>
|
1142
|
-
<output message="tns:NNE_PortType_fetchCompanyResponse"/></operation>
|
1143
|
-
<operation name="fetchCompanyAccountants" parameterOrder="int_1 int_2 String_3 String_4">
|
1144
|
-
<input message="tns:NNE_PortType_fetchCompanyAccountants"/>
|
1145
|
-
<output message="tns:NNE_PortType_fetchCompanyAccountantsResponse"/></operation>
|
1146
|
-
<operation name="fetchCompanyAdditionalNames" parameterOrder="int_1 int_2 String_3 String_4">
|
1147
|
-
<input message="tns:NNE_PortType_fetchCompanyAdditionalNames"/>
|
1148
|
-
<output message="tns:NNE_PortType_fetchCompanyAdditionalNamesResponse"/></operation>
|
1149
|
-
<operation name="fetchCompanyAssociates" parameterOrder="int_1 int_2 String_3 String_4">
|
1150
|
-
<input message="tns:NNE_PortType_fetchCompanyAssociates"/>
|
1151
|
-
<output message="tns:NNE_PortType_fetchCompanyAssociatesResponse"/></operation>
|
1152
|
-
<operation name="fetchCompanyBankConnections" parameterOrder="int_1 int_2 String_3 String_4">
|
1153
|
-
<input message="tns:NNE_PortType_fetchCompanyBankConnections"/>
|
1154
|
-
<output message="tns:NNE_PortType_fetchCompanyBankConnectionsResponse"/></operation>
|
1155
|
-
<operation name="fetchCompanyCategories" parameterOrder="int_1 int_2 String_3 String_4">
|
1156
|
-
<input message="tns:NNE_PortType_fetchCompanyCategories"/>
|
1157
|
-
<output message="tns:NNE_PortType_fetchCompanyCategoriesResponse"/></operation>
|
1158
|
-
<operation name="fetchCompanyCreditRating" parameterOrder="int_1 int_2 String_3 String_4">
|
1159
|
-
<input message="tns:NNE_PortType_fetchCompanyCreditRating"/>
|
1160
|
-
<output message="tns:NNE_PortType_fetchCompanyCreditRatingResponse"/></operation>
|
1161
|
-
<operation name="fetchCompanyDecisionmakers" parameterOrder="int_1 int_2 String_3 String_4">
|
1162
|
-
<input message="tns:NNE_PortType_fetchCompanyDecisionmakers"/>
|
1163
|
-
<output message="tns:NNE_PortType_fetchCompanyDecisionmakersResponse"/></operation>
|
1164
|
-
<operation name="fetchCompanyFinance" parameterOrder="int_1 int_2 String_3 String_4">
|
1165
|
-
<input message="tns:NNE_PortType_fetchCompanyFinance"/>
|
1166
|
-
<output message="tns:NNE_PortType_fetchCompanyFinanceResponse"/></operation>
|
1167
|
-
<operation name="fetchCompanyOwnership" parameterOrder="int_1 int_2 String_3 String_4">
|
1168
|
-
<input message="tns:NNE_PortType_fetchCompanyOwnership"/>
|
1169
|
-
<output message="tns:NNE_PortType_fetchCompanyOwnershipResponse"/></operation>
|
1170
|
-
<operation name="fetchCompanySubsidiaries" parameterOrder="int_1 int_2 String_3 String_4">
|
1171
|
-
<input message="tns:NNE_PortType_fetchCompanySubsidiaries"/>
|
1172
|
-
<output message="tns:NNE_PortType_fetchCompanySubsidiariesResponse"/></operation>
|
1173
|
-
<operation name="fetchCompanyTrade" parameterOrder="int_1 int_2 String_3 String_4">
|
1174
|
-
<input message="tns:NNE_PortType_fetchCompanyTrade"/>
|
1175
|
-
<output message="tns:NNE_PortType_fetchCompanyTradeResponse"/></operation>
|
1176
|
-
<operation name="lookupAreaCodes">
|
1177
|
-
<input message="tns:NNE_PortType_lookupAreaCodes"/>
|
1178
|
-
<output message="tns:NNE_PortType_lookupAreaCodesResponse"/></operation>
|
1179
|
-
<operation name="lookupCategoryCodes">
|
1180
|
-
<input message="tns:NNE_PortType_lookupCategoryCodes"/>
|
1181
|
-
<output message="tns:NNE_PortType_lookupCategoryCodesResponse"/></operation>
|
1182
|
-
<operation name="lookupCompanyForms">
|
1183
|
-
<input message="tns:NNE_PortType_lookupCompanyForms"/>
|
1184
|
-
<output message="tns:NNE_PortType_lookupCompanyFormsResponse"/></operation>
|
1185
|
-
<operation name="lookupCompanyStatus">
|
1186
|
-
<input message="tns:NNE_PortType_lookupCompanyStatus"/>
|
1187
|
-
<output message="tns:NNE_PortType_lookupCompanyStatusResponse"/></operation>
|
1188
|
-
<operation name="lookupCountyCodes">
|
1189
|
-
<input message="tns:NNE_PortType_lookupCountyCodes"/>
|
1190
|
-
<output message="tns:NNE_PortType_lookupCountyCodesResponse"/></operation>
|
1191
|
-
<operation name="lookupCreditRatings">
|
1192
|
-
<input message="tns:NNE_PortType_lookupCreditRatings"/>
|
1193
|
-
<output message="tns:NNE_PortType_lookupCreditRatingsResponse"/></operation>
|
1194
|
-
<operation name="lookupDsSizeCodes">
|
1195
|
-
<input message="tns:NNE_PortType_lookupDsSizeCodes"/>
|
1196
|
-
<output message="tns:NNE_PortType_lookupDsSizeCodesResponse"/></operation>
|
1197
|
-
<operation name="lookupFunctionAreas">
|
1198
|
-
<input message="tns:NNE_PortType_lookupFunctionAreas"/>
|
1199
|
-
<output message="tns:NNE_PortType_lookupFunctionAreasResponse"/></operation>
|
1200
|
-
<operation name="lookupMunicipalityCodes">
|
1201
|
-
<input message="tns:NNE_PortType_lookupMunicipalityCodes"/>
|
1202
|
-
<output message="tns:NNE_PortType_lookupMunicipalityCodesResponse"/></operation>
|
1203
|
-
<operation name="lookupTradeCodes">
|
1204
|
-
<input message="tns:NNE_PortType_lookupTradeCodes"/>
|
1205
|
-
<output message="tns:NNE_PortType_lookupTradeCodesResponse"/></operation>
|
1206
|
-
<operation name="lookupTradeGroups">
|
1207
|
-
<input message="tns:NNE_PortType_lookupTradeGroups"/>
|
1208
|
-
<output message="tns:NNE_PortType_lookupTradeGroupsResponse"/></operation>
|
1209
|
-
<operation name="search" parameterOrder="Question_1 int_2 int_3 int_4 String_5">
|
1210
|
-
<input message="tns:NNE_PortType_search"/>
|
1211
|
-
<output message="tns:NNE_PortType_searchResponse"/></operation>
|
1212
|
-
<operation name="searchTargetGroup" parameterOrder="QuestionTargetGroup_1 int_2 int_3 int_4 String_5">
|
1213
|
-
<input message="tns:NNE_PortType_searchTargetGroup"/>
|
1214
|
-
<output message="tns:NNE_PortType_searchTargetGroupResponse"/></operation></portType>
|
1215
|
-
<binding name="NNE_PortTypeBinding" type="tns:NNE_PortType">
|
1216
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
|
1217
|
-
<operation name="fetchCompany">
|
1218
|
-
<soap:operation soapAction=""/>
|
1219
|
-
<input>
|
1220
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1221
|
-
<output>
|
1222
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1223
|
-
<operation name="fetchCompanyAccountants">
|
1224
|
-
<soap:operation soapAction=""/>
|
1225
|
-
<input>
|
1226
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1227
|
-
<output>
|
1228
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1229
|
-
<operation name="fetchCompanyAdditionalNames">
|
1230
|
-
<soap:operation soapAction=""/>
|
1231
|
-
<input>
|
1232
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1233
|
-
<output>
|
1234
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1235
|
-
<operation name="fetchCompanyAssociates">
|
1236
|
-
<soap:operation soapAction=""/>
|
1237
|
-
<input>
|
1238
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1239
|
-
<output>
|
1240
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1241
|
-
<operation name="fetchCompanyBankConnections">
|
1242
|
-
<soap:operation soapAction=""/>
|
1243
|
-
<input>
|
1244
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1245
|
-
<output>
|
1246
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1247
|
-
<operation name="fetchCompanyCategories">
|
1248
|
-
<soap:operation soapAction=""/>
|
1249
|
-
<input>
|
1250
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1251
|
-
<output>
|
1252
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1253
|
-
<operation name="fetchCompanyCreditRating">
|
1254
|
-
<soap:operation soapAction=""/>
|
1255
|
-
<input>
|
1256
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1257
|
-
<output>
|
1258
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1259
|
-
<operation name="fetchCompanyDecisionmakers">
|
1260
|
-
<soap:operation soapAction=""/>
|
1261
|
-
<input>
|
1262
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1263
|
-
<output>
|
1264
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1265
|
-
<operation name="fetchCompanyFinance">
|
1266
|
-
<soap:operation soapAction=""/>
|
1267
|
-
<input>
|
1268
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1269
|
-
<output>
|
1270
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1271
|
-
<operation name="fetchCompanyOwnership">
|
1272
|
-
<soap:operation soapAction=""/>
|
1273
|
-
<input>
|
1274
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1275
|
-
<output>
|
1276
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1277
|
-
<operation name="fetchCompanySubsidiaries">
|
1278
|
-
<soap:operation soapAction=""/>
|
1279
|
-
<input>
|
1280
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1281
|
-
<output>
|
1282
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1283
|
-
<operation name="fetchCompanyTrade">
|
1284
|
-
<soap:operation soapAction=""/>
|
1285
|
-
<input>
|
1286
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1287
|
-
<output>
|
1288
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1289
|
-
<operation name="lookupAreaCodes">
|
1290
|
-
<soap:operation soapAction=""/>
|
1291
|
-
<input>
|
1292
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1293
|
-
<output>
|
1294
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1295
|
-
<operation name="lookupCategoryCodes">
|
1296
|
-
<soap:operation soapAction=""/>
|
1297
|
-
<input>
|
1298
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1299
|
-
<output>
|
1300
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1301
|
-
<operation name="lookupCompanyForms">
|
1302
|
-
<soap:operation soapAction=""/>
|
1303
|
-
<input>
|
1304
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1305
|
-
<output>
|
1306
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1307
|
-
<operation name="lookupCompanyStatus">
|
1308
|
-
<soap:operation soapAction=""/>
|
1309
|
-
<input>
|
1310
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1311
|
-
<output>
|
1312
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1313
|
-
<operation name="lookupCountyCodes">
|
1314
|
-
<soap:operation soapAction=""/>
|
1315
|
-
<input>
|
1316
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1317
|
-
<output>
|
1318
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1319
|
-
<operation name="lookupCreditRatings">
|
1320
|
-
<soap:operation soapAction=""/>
|
1321
|
-
<input>
|
1322
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1323
|
-
<output>
|
1324
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1325
|
-
<operation name="lookupDsSizeCodes">
|
1326
|
-
<soap:operation soapAction=""/>
|
1327
|
-
<input>
|
1328
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1329
|
-
<output>
|
1330
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1331
|
-
<operation name="lookupFunctionAreas">
|
1332
|
-
<soap:operation soapAction=""/>
|
1333
|
-
<input>
|
1334
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1335
|
-
<output>
|
1336
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1337
|
-
<operation name="lookupMunicipalityCodes">
|
1338
|
-
<soap:operation soapAction=""/>
|
1339
|
-
<input>
|
1340
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1341
|
-
<output>
|
1342
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1343
|
-
<operation name="lookupTradeCodes">
|
1344
|
-
<soap:operation soapAction=""/>
|
1345
|
-
<input>
|
1346
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1347
|
-
<output>
|
1348
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1349
|
-
<operation name="lookupTradeGroups">
|
1350
|
-
<soap:operation soapAction=""/>
|
1351
|
-
<input>
|
1352
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1353
|
-
<output>
|
1354
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1355
|
-
<operation name="search">
|
1356
|
-
<soap:operation soapAction=""/>
|
1357
|
-
<input>
|
1358
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1359
|
-
<output>
|
1360
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation>
|
1361
|
-
<operation name="searchTargetGroup">
|
1362
|
-
<soap:operation soapAction=""/>
|
1363
|
-
<input>
|
1364
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></input>
|
1365
|
-
<output>
|
1366
|
-
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://com.stibo.net/nne/3.1/NNE"/></output></operation></binding>
|
1367
|
-
<service name="NNE">
|
1368
|
-
<port name="NNE_PortTypePort" binding="tns:NNE_PortTypeBinding">
|
1369
|
-
<soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://service.nnerhverv.dk:80/nne-ws/3.1/NNE"/></port></service></definitions>
|
36
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n\
|
37
|
+
<env:Envelope xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:enc=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:ns0=\"http://com.stibo.net/nne/3.1/Types/NNE\" env:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><env:Body><ans1:searchResponse xmlns:ans1=\"http://com.stibo.net/nne/3.1/NNE\"><result href=\"#ID1\"/></ans1:searchResponse><ns0:Answer id=\"ID1\" xsi:type=\"ns0:Answer\"><companyBasic href=\"#ID2\"/><errorMessage xsi:type=\"xsd:string\" xsi:nil=\"1\"/><window href=\"#ID3\"/></ns0:Answer><ns0:ArrayOfCompanyBasic id=\"ID2\" xsi:type=\"enc:Array\" enc:arrayType=\"ns0:CompanyBasic[10]\"><item href=\"#ID4\"/><item href=\"#ID5\"/><item href=\"#ID6\"/><item href=\"#ID7\"/><item href=\"#ID8\"/><item href=\"#ID9\"/><item href=\"#ID10\"/><item href=\"#ID11\"/><item href=\"#ID12\"/><item href=\"#ID13\"/></ns0:ArrayOfCompanyBasic><ns0:Window id=\"ID3\" xsi:type=\"ns0:Window\"><currentPage xsi:type=\"xsd:int\">1</currentPage><from xsi:type=\"xsd:int\">1</from><to xsi:type=\"xsd:int\">10</to><total xsi:type=\"xsd:int\">20</total><totalPages xsi:type=\"xsd:int\">2</totalPages></ns0:Window><ns0:CompanyBasic id=\"ID4\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624526</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">724796</companyId><companyType xsi:type=\"xsd:string\">VI</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">IKEA A/S</officialName><phone xsi:type=\"xsd:string\">43437500</phone><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">100311293</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID5\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624599</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">203813</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Gentofte</district><fax xsi:type=\"xsd:string\">43590089</fax><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">Nybrovej 2</street><tdcId xsi:type=\"xsd:int\">200087382</tdcId><zipCode xsi:type=\"xsd:int\">2820</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID6\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624575</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">4437372</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Odense S\xC3\x98</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">\xC3\x98rb\xC3\xA6kvej 91</street><tdcId xsi:type=\"xsd:int\">202666498</tdcId><zipCode xsi:type=\"xsd:int\">5220</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID7\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1015466592</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">4437373</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Odense S\xC3\x98</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\" xsi:nil=\"1\"/><street xsi:type=\"xsd:string\">\xC3\x98rb\xC3\xA6kvej 91</street><tdcId xsi:type=\"xsd:int\">202666499</tdcId><zipCode xsi:type=\"xsd:int\">5220</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID8\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1003624563</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">203811</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Aarhus N</district><fax xsi:type=\"xsd:string\">86785585</fax><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">87360714</phone><street xsi:type=\"xsd:string\">Graham Bells Vej 9</street><tdcId xsi:type=\"xsd:int\">200087380</tdcId><zipCode xsi:type=\"xsd:int\">8200</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID9\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1015543953</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">4244151</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Aalborg SV</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S</officialName><phone xsi:type=\"xsd:string\">98114908</phone><street xsi:type=\"xsd:string\">Krebsen 40</street><tdcId xsi:type=\"xsd:int\">202580625</tdcId><zipCode xsi:type=\"xsd:int\">9200</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID10\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1001951057</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">3569747</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">50574911</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea A/S Ejendomme</officialName><phone xsi:type=\"xsd:string\" xsi:nil=\"1\"/><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">201866959</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID11\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1010138554</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">162848074</companyId><companyType xsi:type=\"xsd:string\">VI</companyType><cvrNo xsi:type=\"xsd:int\">27378560</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea Ejendomme ApS</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">101897006</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID12\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">1012507026</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">162910733</companyId><companyType xsi:type=\"xsd:string\">VI</companyType><cvrNo xsi:type=\"xsd:int\">29776210</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><officialName xsi:type=\"xsd:string\">Ikea Gentofte ApS</officialName><phone xsi:type=\"xsd:string\" xsi:nil=\"1\"/><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">202158429</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic><ns0:CompanyBasic id=\"ID13\" xsi:type=\"ns0:CompanyBasic\"><PNo xsi:type=\"xsd:int\">0</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><companyId xsi:type=\"xsd:int\">901351</companyId><companyType xsi:type=\"xsd:string\">PL</companyType><cvrNo xsi:type=\"xsd:int\">20451874</cvrNo><district xsi:type=\"xsd:string\">Taastrup</district><fax xsi:type=\"xsd:string\">43590389</fax><officialName xsi:type=\"xsd:string\">Ikea Handels Ag</officialName><phone xsi:type=\"xsd:string\">70150909</phone><street xsi:type=\"xsd:string\">M\xC3\xA5rk\xC3\xA6rvej 15</street><tdcId xsi:type=\"xsd:int\">100406521</tdcId><zipCode xsi:type=\"xsd:int\">2630</zipCode></ns0:CompanyBasic></env:Body></env:Envelope>"
|
1370
38
|
http_version: "1.1"
|
1371
|
-
recorded_at: Tue,
|
39
|
+
recorded_at: Tue, 15 May 2012 10:44:03 GMT
|
1372
40
|
- request:
|
1373
41
|
method: post
|
1374
42
|
uri: http://service.nnerhverv.dk/nne-ws/3.1/NNE
|
1375
43
|
body:
|
1376
|
-
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:
|
44
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://com.stibo.net/nne/3.1/NNE" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://com.stibo.net/nne/3.1/Types/NNE"><env:Body><wsdl:fetchCompanySubsidiaries env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><int_1 xsi:type="xsd:int">100311293</int_1><int_2 xsi:type="xsd:int">0</int_2><String_3 xsi:type="xsd:string"></String_3><String_4 xsi:type="xsd:string"></String_4></wsdl:fetchCompanySubsidiaries></env:Body></env:Envelope>
|
1377
45
|
headers:
|
1378
|
-
content-length:
|
1379
|
-
- "628"
|
1380
|
-
soapaction:
|
1381
|
-
- "\"fetchCompanySubsidiaries\""
|
1382
46
|
accept:
|
1383
47
|
- "*/*"
|
48
|
+
soapaction:
|
49
|
+
- "\"fetchCompanySubsidiaries\""
|
1384
50
|
content-type:
|
1385
51
|
- text/xml;charset=UTF-8
|
52
|
+
content-length:
|
53
|
+
- "628"
|
1386
54
|
response:
|
1387
55
|
status:
|
1388
56
|
code: 200
|
1389
57
|
message: OK
|
1390
58
|
headers:
|
1391
|
-
x-powered-by:
|
1392
|
-
- ASP.NET
|
1393
|
-
date:
|
1394
|
-
- Tue, 08 May 2012 11:20:10 GMT
|
1395
59
|
soapaction:
|
1396
60
|
- "\"\""
|
61
|
+
content-type:
|
62
|
+
- text/xml; charset="utf-8"
|
63
|
+
date:
|
64
|
+
- Tue, 15 May 2012 10:44:03 GMT
|
1397
65
|
server:
|
1398
66
|
- Microsoft-IIS/6.0
|
67
|
+
x-powered-by:
|
68
|
+
- ASP.NET
|
1399
69
|
connection:
|
1400
70
|
- close
|
1401
|
-
content-type:
|
1402
|
-
- text/xml; charset="utf-8"
|
1403
71
|
body:
|
1404
72
|
string: |-
|
1405
73
|
<?xml version="1.0" encoding="UTF-8"?>
|
1406
74
|
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://com.stibo.net/nne/3.1/Types/NNE" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><env:Body><ans1:fetchCompanySubsidiariesResponse xmlns:ans1="http://com.stibo.net/nne/3.1/NNE"><result href="#ID1"/></ans1:fetchCompanySubsidiariesResponse><ns0:ArrayOfSubsidiary id="ID1" xsi:type="enc:Array" enc:arrayType="ns0:Subsidiary[1]"><item href="#ID2"/></ns0:ArrayOfSubsidiary><ns0:Subsidiary id="ID2" xsi:type="ns0:Subsidiary"><country xsi:type="xsd:string">Danmark</country><name xsi:type="xsd:string">Ikea Ejendomme ApS</name><share xsi:type="xsd:string">100 </share><tdcId xsi:type="xsd:int">101897006</tdcId></ns0:Subsidiary></env:Body></env:Envelope>
|
1407
75
|
http_version: "1.1"
|
1408
|
-
recorded_at: Tue,
|
76
|
+
recorded_at: Tue, 15 May 2012 10:44:04 GMT
|