Maybe someone know how to solve this problem?
I would like to send this wap push to mobile : http://202.x.x.x:8080/MMusic/download?request=1 <http://202.x.x.x:8080/MMusic/download?request=1&screenID=1&clientID=38064> &screenID=1&clientID=38064 But I got this response in wapboxlog : 2008-04-25 11:48:32 [25130] [14] ERROR: SI: No document to parse. Probably an error in SI source 2008-04-25 11:48:32 [25130] [14] WARNING: PPG: si compilation failed 2008-04-25 11:48:32 [25130] [14] WARNING: PPG: transform_message: push content erroneous, cannot accept But, changing the request like this one : http://202.x.x.x:8080/MMusic/download?request=1 The message can be send successfully to mobile user. I suspect there is a problem with "&" in Service Indication tag. I don't know what to do again. FYI I've try to convert those url problem problem into URL encoded, it can be sent into mobile user. But it seems The mobile user browser doesn't understand encoded URL. Fajar
