Help for this page

Select Code to Download


  1. or download this
    sub release {
        my ($args) = @_;
    ...
                );
        return $response;
    }
    
  2. or download this
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
    +ope/" xmlns:ns="http://myid.somecompany.net/request/service/3">
       <soapenv:Header/>
    ...
          </ns:release>
       </soapenv:Body>
    </soapenv:Envelope>
    
  3. or download this
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel
    +ope/" xmlns:ns="http://myid.somecompany.net/request/service/3">
       <soapenv:Header/>
    ...
          </ns:release>
       </soapenv:Body>
    </soapenv:Envelope>
    
  4. or download this
            my $response = $lite->call(
               SOAP::Data->name('release')
    ...
                       SOAP::Data->name('result')->value($args->{result})-
    +>type('string')
                       )),
                );