Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $answer = $call->(%request);
    my $sessionToken = $answer->{parameters}{Output}{SessionToken};
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env
    +elope/">
    ...
        </tns:LogIn>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  3. or download this
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
      <s:Header>
    ...
        </LogInResponse>
      </s:Body>
    </s:Envelope>
    
  4. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env
    +elope/">
    ...
        </tns:GetNewPassword>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>