Help for this page

Select Code to Download


  1. or download this
    
       <Envelope>
    ...
           </Body>
        </Envelope>
    
  2. or download this
    use SOAP::Lite +trace => 'all';
                                                                          
    +          
    ...
    $soap->serializer()->namespaces({'http://schemas.xmlsoap.org/soap/enve
    +lope/' => undef});
                                                                          
    +          
    $soap->call(SOAP::Data->name('Import')->encodingStyle(undef)->attr({xm
    +lns => $uri}), SOAP::Data->name(strPayload => $strPayload));