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