Login (Restrict Product / File)

Note:The login call needs to be executed to obtain the session ID for all other SOAP calls.

Important: Change PartnerCode to the specific partner where the SOAP call is intended to be run.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uri="uri:webservice.subscribenet.intraware.com">
   <soapenv:Header/>
   <soapenv:Body>
      <uri:Login>
         <uri:Username>system@example.com</uri:Username>
         <uri:Password>password1</uri:Password>
         <uri:PartnerCode>TEST</uri:PartnerCode>
      </uri:Login>
   </soapenv:Body>
</soapenv:Envelope>