<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:getSubscriberAllService> <inPara> <subscriber> <attribute> <key>usrIdentifier</key> <value>008613705162222</value> </attribute> </subscriber> </inPara> </pcrf1:getSubscriberAllService> </soapenv:Body> </soapenv:Envelope>
<ns1:getSubscriberAllServiceResponse 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 <subscribedService> node --> <subscribedService> <attribute> <key>ServiceCode</key> <value>21012501234567890123456789011111</value> </attribute> <attribute> <key>ServiceStartDateTime</key> <value>20140701000000</value> </attribute> <attribute> <key>ServiceEndDateTime</key> <value>20140801000000</value> </attribute> <attribute> <key>ServiceBillingType</key> <value>1</value> </attribute> <attribute> <key>ServiceUsageState</key> <value>1</value> </attribute> </subscribedService> </result> </ns1:getSubscriberAllServiceResponse>