Help for this page

Select Code to Download


  1. or download this
     SOAP 1.1 
    HTTP/1.1 200 OK 
    Content-Type: text/xml; charset=utf-8 
    ...
     <RabattBetragAbsolut>int</RabattBetragAbsolut> 
     </RabattInfo> 
    </CardInfo>
    
  2. or download this
     my ($isbn_number) = @ARGV;
      use SOAP::Lite +autodispatch=>
          uri=>'http://www.designa.de/', outputxml=>1,
          proxy=>'http://192.168.1.100/AbacusWebService/ServiceCashPoint.a
    +smx';
      my $isbn_xml = isAlive();
      print "$isbn_xml\n";
    
  3. or download this
     Use of inherited AUTOLOAD for non-method main::isAlive() is deprecate
    +d at C:\Use
    rs\Sam\Documents\Perl code\soap.pl line 15.
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http:
    +//schemas.
    ...
    Header SOAPAction: http://www.designa.de/#isAlive.</faultstring><detai
    +l /></soap
    :Fault></soap:Body></soap:Envelope>
    Press any key to continue . . .