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