Thread SOAP::Lite - Result verarbeiten (9 answers)
Opened by Aendy at 2011-07-19 07:01

Gast Aendy
 2011-07-22 07:41
#150661 #150661
Guten Morgen,

naja, wenn es nur die ersten/wichtigsten Zeilen sein müssen:
Code (perl): (dl )
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
$VAR1 = [
          'soapenv:Envelope',
          {
            'xmlns:soapenv' => 'http://schemas.xmlsoap.org/soap/envelope/'
          },
          [
            [
              'soapenv:Body',
              {},
              [
                [
                  'ns2:CheckForSoftwareUpdatesResponse',
                  {
                    'xmlns' => 'http://www.w3.org/2000/09/xmldsig#'
                  },
                  [
                    [
                      'ns2:InstalledSoftware',
                      {},
                      [
                        [
                          'ns2:SoftwareName',
                          {},
                          'SampleSoftware1',
                          undef,
                          'SampleSoftware1',
                          '{http://192.168.0.214/api/1.1}InstalledSoftware',
                          {}
                        ],
                        [
                          'ns2:File',
                          {},
                          [
                            [
                              'ns2:UpdateURL',
                              {},
                              'https://192.168.0.214/downloads/testfile.zip',
                              undef,
                              'https://192.168.0.214/downloads/testfile.zip',
                              '{http://192.168.0.214/api/1.1}UpdateURL',
                              {}


Hab da alles für mich unwichtige rausgenommen.


Gruß
Aendy

modedit Editiert von GwenDragon: Bitte Code in CODE-Tags, nicht QUOTE!
Last edited: 2011-07-22 09:13:18 +0200 (CEST)

View full thread SOAP::Lite - Result verarbeiten