- 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>
- or download this
#!/usr/bin/perl
use strict;
...
shift->SUPER::envelope(@_);
}
}
- 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
- or download this
createRecord request received...
param_1=value_1, param_2=value_2