getSubscriber

Request from BOSS to Mediation Server

<soapenv:Envelope 
          xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
          xmlns:pcrf="http://www.examplenetwork.com/PCRF/" 
          xmlns:pcrf1="pcrf:soap">
   <soapenv:Header>
      <pcrf:Header>
         <Address></Address>
         <Username>admin</Username>
         <Password>*****</Password>
         <time></time>
         <serial></serial>
      </pcrf:Header>
   </soapenv:Header>
   <soapenv:Body>
      <pcrf1:getSubscriber>
         <inPara>
            <subscriber>
               <attribute>
                  <key>usrIdentifier</key>
                  <value>008613705161111</value>
               </attribute>
            </subscriber>
         </inPara>
      </pcrf1:getSubscriber>
   </soapenv:Body>
</soapenv:Envelope>

Response from Mediation Server to BOSS

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
    <ns1:getSubscriberResponse xmlns:ns1="pcrf:soap">
      <result xmlns:ns2="http://www.examplenetwork.com/PCRF/">
        <resultCode>0</resultCode>
        <subscriber>
          <attribute>
            <key>usrIdentifier</key>
            <value>008613705161111</value>
          </attribute>
          <attribute>
            <key>usrNotifyMSISDN</key>
            <value>008613705161111</value>
          </attribute>
          <attribute>
            <key>usrIMSI</key>
            <value>460000726001111</value>
          </attribute>
          <attribute>
            <key>usrBillingType</key>
            <value>1</value>
          </attribute>
          <attribute>
            <key>usrGrade</key>
            <value>1</value>
          </attribute>
          <attribute>
            <key>usrStatus</key>
            <value>1</value>
          </attribute>
          <attribute>
            <key>usrBillCycleDate</key>
            <value>99</value>
          </attribute>
          <attribute>
            <key>PackageType</key>
            <value>0</value>
          </attribute>
        </subscriber>
      </result>
    </ns1:getSubscriberResponse>
   </soap:Body>
</soap:Envelope>