Help for this page

Select Code to Download


  1. or download this
    POST /service.asmx HTTP/1.1
    Host: foo.com
    ...
        </IntegrateShipmentNotice>
      </soap:Body>
    </soap:Envelope>
    
  2. or download this
    SOAP::Transport::new: ()
    SOAP::Serializer::new: ()
    ...
    SOAP::Data::DESTROY: ()
    SOAP::Data::DESTROY: ()
    SOAP::Data::DESTROY: ()
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
        print $xml . "\n";
        }
    }