Help for this page

Select Code to Download


  1. or download this
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
    +ope/" 
    ...
        </multiRef>
      </soapenv:Body>
    </soapenv:Envelope>
    
  2. or download this
    my %methods = (
    getNewGroup => {
    ...
          SOAP::Data->new(name => 'in1', type => 'tns1:NewGroupKey', attr 
    +=> {}),
        ], # end parameters
      }, # end getNewGroup
    
  3. or download this
    use SOAP::Lite +trace => 'debug';
    use Data::Dumper;
    ...
    $obj->readable(1);
    $obj->want_som(1);
    $obj->getNewGroup($headers,15,16789900);
    
  4. or download this
      <soap:Body>
        <impl:getNewGroup>
          <in0 xsi:nil="true" xsi:type="tns1:PartKey" />
              </impl:getNewGroup>
      </soap:Body>