Help for this page

Select Code to Download


  1. or download this
    <SOAP-ENV:Envelope 
     xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
     xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    ...
        </m:createRecord>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
            shift->SUPER::envelope(@_);
        }
    }
    
  3. or download this
    createRecord request received...
    param_1=value_1, param_2=value_2
    createRecord request received...
    param_1=value_3, param_2=value_4
    
  4. or download this
    createRecord request received...
    param_1=value_1, param_2=value_2