Help for this page

Select Code to Download


  1. or download this
    <OpGetList xsi:nil="true" xsi:type="s0:GetListInputMap" />
    
  2. or download this
    
    my $soapHndl = SOAP::Lite->new()->service($wsdl)->readable(1)->on_faul
    +t(\&SoapErrorHandler);
    ...
     );
    my @RemedyList = $soapHndl->OpGetList(@queryObj);
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope
    ...
      </soap:Body>
    </soap:Envelope>
    
  4. or download this
    
    The virtual PM is build via "generate_stub(/usr/lib/perl5/site_perl/5.
    +8.8/SOAP/Lite.pm:3264"
    ...
              'type' => 's0:GetListInputMap'
            };
    
  5. or download this
    <wsdl:definitions targetNamespace="urn:HD_Netcool_v1">
    
    ...
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>