nne_client 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- 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,705 +1,39 @@
|
|
1
1
|
---
|
2
|
+
recorded_with: VCR 2.1.1
|
2
3
|
http_interactions:
|
3
4
|
- request:
|
4
|
-
method:
|
5
|
-
uri: http://service.nnerhverv.dk/nne-ws/3.1/NNE
|
5
|
+
method: post
|
6
|
+
uri: http://service.nnerhverv.dk/nne-ws/3.1/NNE
|
6
7
|
body:
|
7
|
-
string: ""
|
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:fetchCompany 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">some key</String_4></wsdl:fetchCompany></env:Body></env:Envelope>
|
8
9
|
headers:
|
9
10
|
accept:
|
10
11
|
- "*/*"
|
11
|
-
|
12
|
-
|
13
|
-
code: 200
|
14
|
-
message: OK
|
15
|
-
headers:
|
12
|
+
soapaction:
|
13
|
+
- "\"fetchCompany\""
|
16
14
|
content-type:
|
17
|
-
- text/xml
|
18
|
-
x-powered-by:
|
19
|
-
- ASP.NET
|
20
|
-
connection:
|
21
|
-
- close
|
22
|
-
date:
|
23
|
-
- Sun, 13 May 2012 11:29:46 GMT
|
24
|
-
server:
|
25
|
-
- Microsoft-IIS/6.0
|
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: Sun, 13 May 2012 11:29:47 GMT
|
669
|
-
- request:
|
670
|
-
method: post
|
671
|
-
uri: http://service.nnerhverv.dk/nne-ws/3.1/NNE
|
672
|
-
body:
|
673
|
-
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://com.stibo.net/nne/3.1/NNE" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ins0="http://com.stibo.net/nne/3.1/Types/NNE"><env:Body><wsdl:fetchCompany 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">some key</String_4></wsdl:fetchCompany></env:Body></env:Envelope>
|
674
|
-
headers:
|
15
|
+
- text/xml;charset=UTF-8
|
675
16
|
content-length:
|
676
17
|
- "612"
|
677
|
-
content-type:
|
678
|
-
- text/xml;charset=UTF-8
|
679
|
-
soapaction:
|
680
|
-
- "\"fetchCompany\""
|
681
|
-
accept:
|
682
|
-
- "*/*"
|
683
18
|
response:
|
684
19
|
status:
|
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:43:54 GMT
|
29
|
+
server:
|
30
|
+
- Microsoft-IIS/6.0
|
690
31
|
x-powered-by:
|
691
32
|
- ASP.NET
|
692
33
|
connection:
|
693
34
|
- close
|
694
|
-
date:
|
695
|
-
- Sun, 13 May 2012 11:29:47 GMT
|
696
|
-
server:
|
697
|
-
- Microsoft-IIS/6.0
|
698
|
-
soapaction:
|
699
|
-
- "\"\""
|
700
35
|
body:
|
701
36
|
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:fetchCompanyResponse xmlns:ans1=\"http://com.stibo.net/nne/3.1/NNE\"><result href=\"#ID1\"/></ans1:fetchCompanyResponse><ns0:Company id=\"ID1\" xsi:type=\"ns0:Company\"><PNo xsi:type=\"xsd:int\">1015150161</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><bankConnection xsi:type=\"xsd:string\" xsi:nil=\"1\"/><companyForm xsi:type=\"xsd:string\">Enkeltmandsvirksomhed</companyForm><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><dsSizeCode xsi:type=\"xsd:string\">B</dsSizeCode><dsSizeCodeBranch xsi:type=\"xsd:string\">B</dsSizeCodeBranch><email xsi:type=\"xsd:string\">jacob@incremental.dk</email><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><foundedYear xsi:type=\"xsd:string\">2009</foundedYear><geography href=\"#ID2\"/><homePage xsi:type=\"xsd:string\" xsi:nil=\"1\"/><legalEntity xsi:type=\"xsd:int\">1</legalEntity><linkDebtor xsi:type=\"xsd:string\">https://www.registret.dk/bestil_TDC?cvr=31999529</linkDebtor><linkGroupHierarchy xsi:type=\"xsd:string\">http://www.nnerhverv.dk/jtreetable/chieraki.asp?ind_id=4218680&ind_type=PL&cvr=31999529&name=Incremental+V%2F+Jacob+Atzen&status=0&idx=1&ack=
|
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:fetchCompanyResponse xmlns:ans1=\"http://com.stibo.net/nne/3.1/NNE\"><result href=\"#ID1\"/></ans1:fetchCompanyResponse><ns0:Company id=\"ID1\" xsi:type=\"ns0:Company\"><PNo xsi:type=\"xsd:int\">1015150161</PNo><adProtection xsi:type=\"xsd:int\">0</adProtection><bankConnection xsi:type=\"xsd:string\" xsi:nil=\"1\"/><companyForm xsi:type=\"xsd:string\">Enkeltmandsvirksomhed</companyForm><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><dsSizeCode xsi:type=\"xsd:string\">B</dsSizeCode><dsSizeCodeBranch xsi:type=\"xsd:string\">B</dsSizeCodeBranch><email xsi:type=\"xsd:string\">jacob@incremental.dk</email><fax xsi:type=\"xsd:string\" xsi:nil=\"1\"/><foundedYear xsi:type=\"xsd:string\">2009</foundedYear><geography href=\"#ID2\"/><homePage xsi:type=\"xsd:string\" xsi:nil=\"1\"/><legalEntity xsi:type=\"xsd:int\">1</legalEntity><linkDebtor xsi:type=\"xsd:string\">https://www.registret.dk/bestil_TDC?cvr=31999529</linkDebtor><linkGroupHierarchy xsi:type=\"xsd:string\">http://www.nnerhverv.dk/jtreetable/chieraki.asp?ind_id=4218680&ind_type=PL&cvr=31999529&name=Incremental+V%2F+Jacob+Atzen&status=0&idx=1&ack=some key</linkGroupHierarchy><linkMap xsi:type=\"xsd:string\">http://www.navneognumre.dk/NNKort/default.asp?H=H*101*984*47&N=&G=Bygmestervej+47+3+tv&Z=2400&B=K%F8benhavn+NV&T=26256502&R=NNE-WS</linkMap><linkNews xsi:type=\"xsd:string\">http://www.nnerhverv.dk/Artikler.asp?cvr=31999529&navn=Incremental+V%2F+Jacob+Atzen&vejnavn=Bygmestervej+47+3+tv&post=2400&by=K%F8benhavn+NV</linkNews><numberOfEmployees xsi:type=\"xsd:int\">0</numberOfEmployees><numberOfEmployeesBranch xsi:type=\"xsd:int\">0</numberOfEmployeesBranch><officialName xsi:type=\"xsd:string\">Incremental V/ Jacob Atzen</officialName><parentCompany xsi:type=\"xsd:boolean\">false</parentCompany><phone xsi:type=\"xsd:string\">26256502</phone><statusText xsi:type=\"xsd:string\">Selskabet er i normal drift.</statusText><statusValue xsi:type=\"xsd:int\">0</statusValue><stockQuotation xsi:type=\"xsd:string\" xsi:nil=\"1\"/><street xsi:type=\"xsd:string\">Bygmestervej 47 3 tv</street><subscriptionRules xsi:type=\"xsd:string\" xsi:nil=\"1\"/><tdcId xsi:type=\"xsd:int\">202541543</tdcId><tdfName xsi:type=\"xsd:string\">Jacob Atzen</tdfName><updateDate xsi:type=\"xsd:string\">2012-05-12 22:06:43.413</updateDate><zipCode xsi:type=\"xsd:int\">2400</zipCode></ns0:Company><ns0:KVH id=\"ID2\" xsi:type=\"ns0:KVH\"><houseNo xsi:type=\"xsd:string\">47</houseNo><municipalityCode xsi:type=\"xsd:int\">101</municipalityCode><streetCode xsi:type=\"xsd:int\">984</streetCode></ns0:KVH></env:Body></env:Envelope>"
|
703
38
|
http_version: "1.1"
|
704
|
-
recorded_at:
|
705
|
-
recorded_with: VCR 2.1.1
|
39
|
+
recorded_at: Tue, 15 May 2012 10:43:55 GMT
|