Hello, I've been following up the PPG Mini Tutorial [http://article.gmane.org/gmane.comp.mobile.kannel.user/11009/match=ppg+send+url] and even tried the scripts provided in the article kannel gives me the following error:
HTTP/1.1 202 Accepted Server: Kannel/1.4.1 Content-Length: 253 Content-Type: application/xml <?xml version="1.0"?> <!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP 1.0//EN" "http://www.wapforum.org/DTD/pap_1.0.dtd"> <pap> <badmessage-response code="2000" desc="Not understood due to malformed syntax" bad-message-fragment=""> </badmessage-response> </pap> So I created a simple control and service indicator XMLs following the simplest form found in the Users Manual of Kannel but even with it I still get the "malformed error" Am I doing it right? POST /wappush HTTP/1.1 Host: localhost:8081 X-Kannel-SMSC: FAKE Content-Type: multipart/related; boundary=multipart-boundary; type="application/xml" Content-Length: 585 <?xml version="1.0"?> <!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP//EN" "http://www.wapforum.org/DTD/pap_1.0.dtd"> <pap> <push-message push-id="[EMAIL PROTECTED]"> <address address-value="WAPPUSH=+358408676001/[EMAIL PROTECTED]"/> </push-message> </pap> --multipart-boundary <?xml version="1.0"?> <!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" "http://www.wapforum.org/DTD/si.dtd"> <si> <indication href="http://www.gni.ch" si-id="[EMAIL PROTECTED]"> You have 4 new emails </indication> </si> --multipart-boundary--
