-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
intf.OpenConnectAllgemeineAuskuenfte.pas
575 lines (492 loc) · 22.2 KB
/
intf.OpenConnectAllgemeineAuskuenfte.pas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
{* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.}
// ************************************************************************ //
// Die in dieser Datei deklarierten Typen wurden aus Daten der unten
// beschriebenen WSDL-Datei generiert:
// WSDL : https://shkgh20.shk-connect.de/services/AllgemeineAuskuenfte?wsdl
// >Import : https://shkgh20.shk-connect.de/services/AllgemeineAuskuenfte?wsdl>0
// Codierung : UTF-8
// Version: 1.0
// (08.07.2022 15:45:37 - - $Rev: 108085 $)
// ************************************************************************ //
unit intf.OpenConnectAllgemeineAuskuenfte;
interface
uses Soap.InvokeRegistry, Soap.SOAPHTTPClient, System.Types, Soap.XSBuiltIns;
const
IS_OPTN = $0001;
IS_UNBD = $0002;
IS_UNQL = $0008;
type
// ************************************************************************ //
// Die folgenden Typen, auf die im WSDL-Dokument Bezug genommen wird, sind in dieser Datei
// nicht repräsentiert. Sie sind entweder Aliase[@] anderer repräsentierter Typen oder auf sie wurde Bezug genommen,
// aber sie sind in diesem Dokument nicht[!] deklariert. Die Typen aus letzterer Kategorie
// sind in der Regel vordefinierten/bekannten XML- oder Embarcadero-Typen zugeordnet; sie könnten aber auf
// ein inkorrektes WSDL-Dokument hinweisen, das einen Schematyp nicht deklariert oder importiert hat.
// ************************************************************************ //
// !:int - "http://www.w3.org/2001/XMLSchema"[Gbl]
// !:boolean - "http://www.w3.org/2001/XMLSchema"[Gbl]
// !:string - "http://www.w3.org/2001/XMLSchema"[Gbl]
GetAllgemeineAuskunft2 = class; { "http://service.shk-connect.de"[Lit][GblCplx] }
GetAllgemeineAuskunft = class; { "http://service.shk-connect.de"[Lit][GblElm] }
Unternehmen = class; { "http://service.shk-connect.de"[GblCplx] }
Umkreis = class; { "http://service.shk-connect.de"[GblCplx] }
GetAllgemeineAuskunftResponse = class; { "http://service.shk-connect.de"[Lit][GblCplx] }
GetAllgemeineAuskunftAntwort = class; { "http://service.shk-connect.de"[Lit][GblElm] }
Status = class; { "http://service.shk-connect.de"[GblCplx] }
Array_Of_Unternehmen = array of Unternehmen; { "http://service.shk-connect.de"[GblUbnd] }
// ************************************************************************ //
// XML : GetAllgemeineAuskunft, global, <complexType>
// Namespace : http://service.shk-connect.de
// Serializtn: [xoLiteralParam]
// Info : Wrapper
// ************************************************************************ //
GetAllgemeineAuskunft2 = class(TRemotable)
private
FSchnittstellenversion: string;
FSchnittstellenversion_Specified: boolean;
FSoftwarename: string;
FSoftwarename_Specified: boolean;
FSoftwarepasswort: string;
FSoftwarepasswort_Specified: boolean;
FProzess: string;
FProzess_Specified: boolean;
FVersion: string;
FVersion_Specified: boolean;
FBrancheID: string;
FBrancheID_Specified: boolean;
FUmkreis: Umkreis;
FUmkreis_Specified: boolean;
procedure SetSchnittstellenversion(Index: Integer; const Astring: string);
function Schnittstellenversion_Specified(Index: Integer): boolean;
procedure SetSoftwarename(Index: Integer; const Astring: string);
function Softwarename_Specified(Index: Integer): boolean;
procedure SetSoftwarepasswort(Index: Integer; const Astring: string);
function Softwarepasswort_Specified(Index: Integer): boolean;
procedure SetProzess(Index: Integer; const Astring: string);
function Prozess_Specified(Index: Integer): boolean;
procedure SetVersion(Index: Integer; const Astring: string);
function Version_Specified(Index: Integer): boolean;
procedure SetBrancheID(Index: Integer; const Astring: string);
function BrancheID_Specified(Index: Integer): boolean;
procedure SetUmkreis(Index: Integer; const AUmkreis: Umkreis);
function Umkreis_Specified(Index: Integer): boolean;
public
constructor Create; override;
destructor Destroy; override;
published
property Schnittstellenversion: string Index (IS_OPTN or IS_UNQL) read FSchnittstellenversion write SetSchnittstellenversion stored Schnittstellenversion_Specified;
property Softwarename: string Index (IS_OPTN or IS_UNQL) read FSoftwarename write SetSoftwarename stored Softwarename_Specified;
property Softwarepasswort: string Index (IS_OPTN or IS_UNQL) read FSoftwarepasswort write SetSoftwarepasswort stored Softwarepasswort_Specified;
property Prozess: string Index (IS_OPTN or IS_UNQL) read FProzess write SetProzess stored Prozess_Specified;
property Version: string Index (IS_OPTN or IS_UNQL) read FVersion write SetVersion stored Version_Specified;
property BrancheID: string Index (IS_OPTN or IS_UNQL) read FBrancheID write SetBrancheID stored BrancheID_Specified;
property Umkreis: Umkreis Index (IS_OPTN or IS_UNQL) read FUmkreis write SetUmkreis stored Umkreis_Specified;
end;
// ************************************************************************ //
// XML : GetAllgemeineAuskunft, global, <element>
// Namespace : http://service.shk-connect.de
// Info : Wrapper
// ************************************************************************ //
GetAllgemeineAuskunft = class(GetAllgemeineAuskunft2)
private
published
end;
// ************************************************************************ //
// XML : Unternehmen, global, <complexType>
// Namespace : http://service.shk-connect.de
// ************************************************************************ //
Unternehmen = class(TRemotable)
private
FID: Integer;
FName_: string;
FStrasse: string;
FStrasse_Specified: boolean;
FPLZ: string;
FPLZ_Specified: boolean;
FOrt: string;
FOrt_Specified: boolean;
FLand: string;
FLand_Specified: boolean;
FKundennummer_erforderlich: Boolean;
FKundennummer_erforderlich_Specified: boolean;
FBenutzername_erforderlich: Boolean;
FBenutzername_erforderlich_Specified: boolean;
FPasswort_erforderlich: Boolean;
FPasswort_erforderlich_Specified: boolean;
procedure SetStrasse(Index: Integer; const Astring: string);
function Strasse_Specified(Index: Integer): boolean;
procedure SetPLZ(Index: Integer; const Astring: string);
function PLZ_Specified(Index: Integer): boolean;
procedure SetOrt(Index: Integer; const Astring: string);
function Ort_Specified(Index: Integer): boolean;
procedure SetLand(Index: Integer; const Astring: string);
function Land_Specified(Index: Integer): boolean;
procedure SetKundennummer_erforderlich(Index: Integer; const ABoolean: Boolean);
function Kundennummer_erforderlich_Specified(Index: Integer): boolean;
procedure SetBenutzername_erforderlich(Index: Integer; const ABoolean: Boolean);
function Benutzername_erforderlich_Specified(Index: Integer): boolean;
procedure SetPasswort_erforderlich(Index: Integer; const ABoolean: Boolean);
function Passwort_erforderlich_Specified(Index: Integer): boolean;
published
property ID: Integer Index (IS_UNQL) read FID write FID;
property Name_: string Index (IS_UNQL) read FName_ write FName_;
property Strasse: string Index (IS_OPTN or IS_UNQL) read FStrasse write SetStrasse stored Strasse_Specified;
property PLZ: string Index (IS_OPTN or IS_UNQL) read FPLZ write SetPLZ stored PLZ_Specified;
property Ort: string Index (IS_OPTN or IS_UNQL) read FOrt write SetOrt stored Ort_Specified;
property Land: string Index (IS_OPTN or IS_UNQL) read FLand write SetLand stored Land_Specified;
property Kundennummer_erforderlich: Boolean Index (IS_OPTN or IS_UNQL) read FKundennummer_erforderlich write SetKundennummer_erforderlich stored Kundennummer_erforderlich_Specified;
property Benutzername_erforderlich: Boolean Index (IS_OPTN or IS_UNQL) read FBenutzername_erforderlich write SetBenutzername_erforderlich stored Benutzername_erforderlich_Specified;
property Passwort_erforderlich: Boolean Index (IS_OPTN or IS_UNQL) read FPasswort_erforderlich write SetPasswort_erforderlich stored Passwort_erforderlich_Specified;
end;
// ************************************************************************ //
// XML : Umkreis, global, <complexType>
// Namespace : http://service.shk-connect.de
// ************************************************************************ //
Umkreis = class(TRemotable)
private
FPostleitzahl: string;
FEntfernung: string;
published
property Postleitzahl: string Index (IS_UNQL) read FPostleitzahl write FPostleitzahl;
property Entfernung: string Index (IS_UNQL) read FEntfernung write FEntfernung;
end;
// ************************************************************************ //
// XML : GetAllgemeineAuskunftResponse, global, <complexType>
// Namespace : http://service.shk-connect.de
// Serializtn: [xoLiteralParam]
// Info : Wrapper
// ************************************************************************ //
GetAllgemeineAuskunftResponse = class(TRemotable)
private
FSchnittstellenversion: string;
FSchnittstellenversion_Specified: boolean;
FServerkennung: string;
FServerkennung_Specified: boolean;
FStatus: Status;
FStatus_Specified: boolean;
FUnternehmen: Array_Of_Unternehmen;
FUnternehmen_Specified: boolean;
procedure SetSchnittstellenversion(Index: Integer; const Astring: string);
function Schnittstellenversion_Specified(Index: Integer): boolean;
procedure SetServerkennung(Index: Integer; const Astring: string);
function Serverkennung_Specified(Index: Integer): boolean;
procedure SetStatus(Index: Integer; const AStatus: Status);
function Status_Specified(Index: Integer): boolean;
procedure SetUnternehmen(Index: Integer; const AArray_Of_Unternehmen: Array_Of_Unternehmen);
function Unternehmen_Specified(Index: Integer): boolean;
public
constructor Create; override;
destructor Destroy; override;
published
property Schnittstellenversion: string Index (IS_OPTN or IS_UNQL) read FSchnittstellenversion write SetSchnittstellenversion stored Schnittstellenversion_Specified;
property Serverkennung: string Index (IS_OPTN or IS_UNQL) read FServerkennung write SetServerkennung stored Serverkennung_Specified;
property Status: Status Index (IS_OPTN or IS_UNQL) read FStatus write SetStatus stored Status_Specified;
property Unternehmen: Array_Of_Unternehmen Index (IS_OPTN or IS_UNBD or IS_UNQL) read FUnternehmen write SetUnternehmen stored Unternehmen_Specified;
end;
// ************************************************************************ //
// XML : GetAllgemeineAuskunftAntwort, global, <element>
// Namespace : http://service.shk-connect.de
// Info : Wrapper
// ************************************************************************ //
GetAllgemeineAuskunftAntwort = class(GetAllgemeineAuskunftResponse)
private
published
end;
// ************************************************************************ //
// XML : Status, global, <complexType>
// Namespace : http://service.shk-connect.de
// ************************************************************************ //
Status = class(TRemotable)
private
FCode: string;
FMeldung: string;
FMeldung_Specified: boolean;
procedure SetMeldung(Index: Integer; const Astring: string);
function Meldung_Specified(Index: Integer): boolean;
published
property Code: string Index (IS_UNQL) read FCode write FCode;
property Meldung: string Index (IS_OPTN or IS_UNQL) read FMeldung write SetMeldung stored Meldung_Specified;
end;
// ************************************************************************ //
// Namespace : http://service.shk-connect.de
// Transport : http://schemas.xmlsoap.org/soap/http
// Stil : document
// Verwenden von : literal
// Bindung : AllgemeineAuskuenfteBeanBinding
// Service : allgemeineAuskuenfteService
// Port : allgemeineAuskuenftePort
// URL : https://shkgh20.shk-connect.de/services/AllgemeineAuskuenfte
// ************************************************************************ //
AllgemeineAuskuenfteBean = interface(IInvokable)
['{CBE248A0-C3D0-960A-D598-C329A3636445}']
// Entpacken nicht möglich:
// - Mehrere strenge out-Elemente gefunden
function GetAllgemeineAuskunft(const GetAllgemeineAuskunft: GetAllgemeineAuskunft): GetAllgemeineAuskunftAntwort; stdcall;
end;
function GetAllgemeineAuskuenfteBean(UseWSDL: Boolean=System.False; Addr: string=''; HTTPRIO: THTTPRIO = nil): AllgemeineAuskuenfteBean;
implementation
uses System.SysUtils;
function GetAllgemeineAuskuenfteBean(UseWSDL: Boolean; Addr: string; HTTPRIO: THTTPRIO): AllgemeineAuskuenfteBean;
const
defWSDL = 'https://shkgh20.shk-connect.de/services/AllgemeineAuskuenfte?wsdl';
defURL = 'https://shkgh20.shk-connect.de/services/AllgemeineAuskuenfte';
defSvc = 'allgemeineAuskuenfteService';
defPrt = 'allgemeineAuskuenftePort';
var
RIO: THTTPRIO;
begin
Result := nil;
if (Addr = '') then
begin
if UseWSDL then
Addr := defWSDL
else
Addr := defURL;
end;
if HTTPRIO = nil then
RIO := THTTPRIO.Create(nil)
else
RIO := HTTPRIO;
try
Result := (RIO as AllgemeineAuskuenfteBean);
if UseWSDL then
begin
RIO.WSDLLocation := Addr;
RIO.Service := defSvc;
RIO.Port := defPrt;
end else
RIO.URL := Addr;
finally
if (Result = nil) and (HTTPRIO = nil) then
RIO.Free;
end;
end;
constructor GetAllgemeineAuskunft2.Create;
begin
inherited Create;
FSerializationOptions := [xoLiteralParam];
end;
destructor GetAllgemeineAuskunft2.Destroy;
begin
System.SysUtils.FreeAndNil(FUmkreis);
inherited Destroy;
end;
procedure GetAllgemeineAuskunft2.SetSchnittstellenversion(Index: Integer; const Astring: string);
begin
FSchnittstellenversion := Astring;
FSchnittstellenversion_Specified := True;
end;
function GetAllgemeineAuskunft2.Schnittstellenversion_Specified(Index: Integer): boolean;
begin
Result := FSchnittstellenversion_Specified;
end;
procedure GetAllgemeineAuskunft2.SetSoftwarename(Index: Integer; const Astring: string);
begin
FSoftwarename := Astring;
FSoftwarename_Specified := True;
end;
function GetAllgemeineAuskunft2.Softwarename_Specified(Index: Integer): boolean;
begin
Result := FSoftwarename_Specified;
end;
procedure GetAllgemeineAuskunft2.SetSoftwarepasswort(Index: Integer; const Astring: string);
begin
FSoftwarepasswort := Astring;
FSoftwarepasswort_Specified := True;
end;
function GetAllgemeineAuskunft2.Softwarepasswort_Specified(Index: Integer): boolean;
begin
Result := FSoftwarepasswort_Specified;
end;
procedure GetAllgemeineAuskunft2.SetProzess(Index: Integer; const Astring: string);
begin
FProzess := Astring;
FProzess_Specified := True;
end;
function GetAllgemeineAuskunft2.Prozess_Specified(Index: Integer): boolean;
begin
Result := FProzess_Specified;
end;
procedure GetAllgemeineAuskunft2.SetVersion(Index: Integer; const Astring: string);
begin
FVersion := Astring;
FVersion_Specified := True;
end;
function GetAllgemeineAuskunft2.Version_Specified(Index: Integer): boolean;
begin
Result := FVersion_Specified;
end;
procedure GetAllgemeineAuskunft2.SetBrancheID(Index: Integer; const Astring: string);
begin
FBrancheID := Astring;
FBrancheID_Specified := True;
end;
function GetAllgemeineAuskunft2.BrancheID_Specified(Index: Integer): boolean;
begin
Result := FBrancheID_Specified;
end;
procedure GetAllgemeineAuskunft2.SetUmkreis(Index: Integer; const AUmkreis: Umkreis);
begin
FUmkreis := AUmkreis;
FUmkreis_Specified := True;
end;
function GetAllgemeineAuskunft2.Umkreis_Specified(Index: Integer): boolean;
begin
Result := FUmkreis_Specified;
end;
procedure Unternehmen.SetStrasse(Index: Integer; const Astring: string);
begin
FStrasse := Astring;
FStrasse_Specified := True;
end;
function Unternehmen.Strasse_Specified(Index: Integer): boolean;
begin
Result := FStrasse_Specified;
end;
procedure Unternehmen.SetPLZ(Index: Integer; const Astring: string);
begin
FPLZ := Astring;
FPLZ_Specified := True;
end;
function Unternehmen.PLZ_Specified(Index: Integer): boolean;
begin
Result := FPLZ_Specified;
end;
procedure Unternehmen.SetOrt(Index: Integer; const Astring: string);
begin
FOrt := Astring;
FOrt_Specified := True;
end;
function Unternehmen.Ort_Specified(Index: Integer): boolean;
begin
Result := FOrt_Specified;
end;
procedure Unternehmen.SetLand(Index: Integer; const Astring: string);
begin
FLand := Astring;
FLand_Specified := True;
end;
function Unternehmen.Land_Specified(Index: Integer): boolean;
begin
Result := FLand_Specified;
end;
procedure Unternehmen.SetKundennummer_erforderlich(Index: Integer; const ABoolean: Boolean);
begin
FKundennummer_erforderlich := ABoolean;
FKundennummer_erforderlich_Specified := True;
end;
function Unternehmen.Kundennummer_erforderlich_Specified(Index: Integer): boolean;
begin
Result := FKundennummer_erforderlich_Specified;
end;
procedure Unternehmen.SetBenutzername_erforderlich(Index: Integer; const ABoolean: Boolean);
begin
FBenutzername_erforderlich := ABoolean;
FBenutzername_erforderlich_Specified := True;
end;
function Unternehmen.Benutzername_erforderlich_Specified(Index: Integer): boolean;
begin
Result := FBenutzername_erforderlich_Specified;
end;
procedure Unternehmen.SetPasswort_erforderlich(Index: Integer; const ABoolean: Boolean);
begin
FPasswort_erforderlich := ABoolean;
FPasswort_erforderlich_Specified := True;
end;
function Unternehmen.Passwort_erforderlich_Specified(Index: Integer): boolean;
begin
Result := FPasswort_erforderlich_Specified;
end;
constructor GetAllgemeineAuskunftResponse.Create;
begin
inherited Create;
FSerializationOptions := [xoLiteralParam];
end;
destructor GetAllgemeineAuskunftResponse.Destroy;
var
I: Integer;
begin
for I := 0 to System.Length(FUnternehmen)-1 do
System.SysUtils.FreeAndNil(FUnternehmen[I]);
System.SetLength(FUnternehmen, 0);
System.SysUtils.FreeAndNil(FStatus);
inherited Destroy;
end;
procedure GetAllgemeineAuskunftResponse.SetSchnittstellenversion(Index: Integer; const Astring: string);
begin
FSchnittstellenversion := Astring;
FSchnittstellenversion_Specified := True;
end;
function GetAllgemeineAuskunftResponse.Schnittstellenversion_Specified(Index: Integer): boolean;
begin
Result := FSchnittstellenversion_Specified;
end;
procedure GetAllgemeineAuskunftResponse.SetServerkennung(Index: Integer; const Astring: string);
begin
FServerkennung := Astring;
FServerkennung_Specified := True;
end;
function GetAllgemeineAuskunftResponse.Serverkennung_Specified(Index: Integer): boolean;
begin
Result := FServerkennung_Specified;
end;
procedure GetAllgemeineAuskunftResponse.SetStatus(Index: Integer; const AStatus: Status);
begin
FStatus := AStatus;
FStatus_Specified := True;
end;
function GetAllgemeineAuskunftResponse.Status_Specified(Index: Integer): boolean;
begin
Result := FStatus_Specified;
end;
procedure GetAllgemeineAuskunftResponse.SetUnternehmen(Index: Integer; const AArray_Of_Unternehmen: Array_Of_Unternehmen);
begin
FUnternehmen := AArray_Of_Unternehmen;
FUnternehmen_Specified := True;
end;
function GetAllgemeineAuskunftResponse.Unternehmen_Specified(Index: Integer): boolean;
begin
Result := FUnternehmen_Specified;
end;
procedure Status.SetMeldung(Index: Integer; const Astring: string);
begin
FMeldung := Astring;
FMeldung_Specified := True;
end;
function Status.Meldung_Specified(Index: Integer): boolean;
begin
Result := FMeldung_Specified;
end;
initialization
{ AllgemeineAuskuenfteBean }
InvRegistry.RegisterInterface(TypeInfo(AllgemeineAuskuenfteBean), 'http://service.shk-connect.de', 'UTF-8');
InvRegistry.RegisterDefaultSOAPAction(TypeInfo(AllgemeineAuskuenfteBean), '');
InvRegistry.RegisterInvokeOptions(TypeInfo(AllgemeineAuskuenfteBean), ioDocument);
InvRegistry.RegisterInvokeOptions(TypeInfo(AllgemeineAuskuenfteBean), ioLiteral);
RemClassRegistry.RegisterXSInfo(TypeInfo(Array_Of_Unternehmen), 'http://service.shk-connect.de', 'Array_Of_Unternehmen');
RemClassRegistry.RegisterXSClass(GetAllgemeineAuskunft2, 'http://service.shk-connect.de', 'GetAllgemeineAuskunft2', 'GetAllgemeineAuskunft');
RemClassRegistry.RegisterSerializeOptions(GetAllgemeineAuskunft2, [xoLiteralParam]);
RemClassRegistry.RegisterXSClass(GetAllgemeineAuskunft, 'http://service.shk-connect.de', 'GetAllgemeineAuskunft');
RemClassRegistry.RegisterXSClass(Unternehmen, 'http://service.shk-connect.de', 'Unternehmen');
RemClassRegistry.RegisterExternalPropName(TypeInfo(Unternehmen), 'Name_', '[ExtName="Name"]');
RemClassRegistry.RegisterXSClass(Umkreis, 'http://service.shk-connect.de', 'Umkreis');
RemClassRegistry.RegisterXSClass(GetAllgemeineAuskunftResponse, 'http://service.shk-connect.de', 'GetAllgemeineAuskunftResponse');
RemClassRegistry.RegisterSerializeOptions(GetAllgemeineAuskunftResponse, [xoLiteralParam]);
RemClassRegistry.RegisterXSClass(GetAllgemeineAuskunftAntwort, 'http://service.shk-connect.de', 'GetAllgemeineAuskunftAntwort');
RemClassRegistry.RegisterXSClass(Status, 'http://service.shk-connect.de', 'Status');
end.