Problems With WAP PUSH and my web server

Problems With WAP PUSH and my web server SearchSearch
Author Message
Georgi1
Unregistered guest
Posted on Monday, May 30, 2005 - 09:34 pm:   

Hi,
This is the second time Im starting this thread...if its there and i dint see it drop it.
My basic problem is : Im using a WAP PUSH function and am trying to send some file from my server Apache/2.0.47 (Win32) . But whenever i use files from my server the msg isnt comming and/or there is no wap push generated...No the fun part is that when I use a file I uploaded on a site like tagtag the function is working ...the file is the same and the site is also just the basi jpeg
Maybe i have to set my servers mime types for this to work??
this is from my httpd file

AddType application/x-tar .tgz
AddType application/x-httpd-php .php .wml
AddType image/vnd.wap.wbmp .wbmp
AddType image/x-icon .ico
AddType image/jpeg .jpeg .jpg .jpe
AddType image/gif .gif
AddType image/bmp .bmp
AddType text/vnd.wap.wml .wml
AddType audio/mpeg .mpga .mp2 .mp3
AddType audio/x-wav .wav

I think Ive added the files needed - so where is the problem , how can I make my own webserver that can handle the wap push and generate the file for an imidiate download?
Any help is welcomed
Thanx
Georgi

Georgi1
Unregistered guest
Posted on Monday, May 30, 2005 - 09:51 pm:   

Actually on a firther inspection I saw that they use some sort of GET method with the file
any ideas how should I implement this on my site?

http://tagtag.com/site/pictureview.php3?action=download&fCode=82975646106
georgi
Unregistered guest
Posted on Saturday, June 04, 2005 - 09:56 pm:   

any idea how to make that wap page so I can use it for sending wap push msg containing the url of a picture or ringtone?