nne_client 0.0.1

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