nne_client 0.0.1

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