<?xml version="1.0" encoding="utf-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sec="http://ns.hughestelematics.com/v2.0/service/securityServiceMethodV2_1" xmlns:v1="http://xmlns.hughestelematics.com/Gateway/Security/V1" xmlns:hv1="http://xmlns.hughestelematics.com/Gateway/Common/Header/V1">
  <env:Header/>
  <env:Body>
    <sec:AuthenticateV2>
      <AuthenticateRequestTypeV2>
        <v1:DataArea>
          <v1:PIN>{{pin}}</v1:PIN>
          <v1:Type>primary</v1:Type>
          <v1:UserId>{{userID}}</v1:UserId>
        </v1:DataArea>
        <v1:Header>
          <hv1:SourceName>{sourceName}</hv1:SourceName>
          <hv1:Organization>{organization}</hv1:Organization>
          <hv1:TransactionId>{transactionID}</hv1:TransactionId>
          <hv1:Region>{region}</hv1:Region>
          <hv1:Timestamp>{timestamp}</hv1:Timestamp>
          <hv1:TargetName>{targetName}</hv1:TargetName>
          <hv1:ApplicationName>{applicationName}</hv1:ApplicationName>
        </v1:Header></AuthenticateRequestTypeV2>
    </sec:AuthenticateV2>
  </env:Body>
</env:Envelope>