<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:getSubscriberAllUsrSessionPolicy> <inPara> <subscriber> <attribute> <key>usrIdentifier</key> <value>008613705162222</value> </attribute> </subscriber> </inPara> </pcrf1:getSubscriberAllUsrSessionPolicy> </soapenv:Body> </soapenv:Envelope>
<ns1:getSubscriberAllUsrSessionPolicyResponse xmlns:ns1="pcrf:soap"> <result xmlns:ns2="http://www.chinamobile.com/PCRF/"> <resultCode>0</resultCode> <subscriber> <attribute> <key>usrIdentifier</key> <value>008613705162222</value> </attribute> </subscriber> <!—If the subscriber has not subscribed any session policies, then below message has 0 <subscribedUsrSessionPolicy> node --> <subscribedUsrSessionPolicy> <attribute> <key>usrSessionPolicyCode</key> <value>11012501234567890123456789011111</value> </attribute> <attribute> <key>NotificationCycle</key> <value>0</value> </attribute> <attribute> <key>TerminalType</key> <value>PhoneType1</value> </attribute> <attribute> <key>SessionPolicyStartDateTime</key> <value>20140101000000</value> </attribute> <attribute> <key>SessionPolicyEndDateTime</key> <value>20141231120000</value> </attribute> </subscribedUsrSessionPolicy> </result> </ns1:getSubscriberAllUsrSessionPolicyResponse>