Help for this page

Select Code to Download


  1. or download this
     my $req = $soap->getPhone('phoneName' => 'SEP000000000000');
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="ht
    +tp://www.w3.org/1999/XMLSchema-instance"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-
    +ENV="http://schemas.xmlsoap.org/soap/envelope/" xm
    ...
      </namesp1:getPhone>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  3. or download this
    $VAR1 = {
              'error' => {
    ...
                         'code' => '5005'
                       }
            };