Help for this page

Select Code to Download


  1. or download this
    my $CCM = SOAP::Lite
          ->uri(xxx.xxx.xxx.xxx:443)
          ->proxy("xxx.xxx.xxx.xxx/API/AXL/V1/axlsoap.xsd")
    
  2. or download this
    my $res = 
      $soap->getPhone(
           SOAP::Data->name(phoneName => 'SEP000000000000')
      )