Help for this page

Select Code to Download


  1. or download this
    $soap = SOAP::Lite
    ->proxy($proxy)
    ->uri($uri)
    ...
    ->ns('http://mil.dod.af.A1.personnel.dataservices.filter','mil')
    ->ns('http://mil.dod.af.A1.personnel.dataservices.training/v2.4','v2')
    ->readable(1);
    
  2. or download this
    <soap:Envelope
        soap:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
    ...
        xmlns:v2=http://mil.dod.af.A1.personnel.dataservices.training/v2.4
        xmlns:xsd=http://www.w3.org/2001/XMLSchema
        xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance>
    
  3. or download this
    <soap:Envelope
        xmlns:mil=http://mil.dod.af.A1.personnel.dataservices.filter
        xmlns:v2=http://mil.dod.af.A1.personnel.dataservices.training/v2.4
        xmlns:soap=http://www.w3.org/2003/05/soap-envelope>