View Single Post
Old 10-06-2004, 01:40 PM   #1
manishparanjape
New Member
 
Join Date: Oct 2004
Posts: 2
Default HTTP Push Application not working with real MDS

Please Login to Remove!

Hi,
I have a problem with push application that we designed.
Our push application is similar to the sample provided with Black
Berry JDE 3.7.
We replaced Push Server application with a Dot Net push server
application, which accepts BES Host Name, Port and Pin to push data.
It pushes data at
"http://BESHOST:BESPort/push?DESTINATION=PIN&PORT=100&REQUESTURI=/".

This works fine in simulator, We are able to add n number of contacts by
pushing data from our Dot Net application. But when we tried to run same
application with BES server it is not working.
We are not getting any error at both ends.
We can see the push connection at MDS, it shows data is being pushed
to MDS, We can also see small arrow at the top-right of handheld
indicating that there is some communication going on with the handheld
but the handheld is not receiving any data.

Also when we run Client application from Handheld it always give an
alert message "Application has requested a http connection to :100"
Alert message has 2 options "Allow this connection" and "Deny this connection"
We are using port 100 (http://:100) for receiving data on Handheld.

Can somebody help me in this? What could be the reason that data is not
displayed on handheld application. Is there any tool to debug this?
Is there any problem using port 100?
How can we suppress the alert "Application has requested a http
connection to :100"

Thanks in Advance

Manish
Offline