vote up 0 vote down star
1

Hi all,

I am trying to establish BIS Socket connection. I am able to establish BIS Http connection from my service provider.

I have downloaded one chat application that checks network types supported by my device/service plan which has following list: 1)BIS-Http : OK 2)BIS-SOCKET :OK 3)BES-HTTP : NA 4)BES-SOCKET : NA 5)TCP-HTTP : BAD DNS 6)TCP-SOCKET : TIMED OUT

As I know direct TCP is not supported by my service provider. So I would like to use BIS-Socket connection.

Can anypne please help me in achieving this type of connectivity?

Please help.

Thanks in advance.

flag

59% accept rate

1 Answer

vote up 1 vote down check

Use of BIS-B connectivity is available to members of the Blackberry Developer Alliance program. Not being a member I can't tell you if if supports random socket connection or not.

Normal BIS access available through the API supports web protocols and is not a TCP/IP protocol between the Blackberry and the BIS. Hence the deviceSide= parameter in the connection stream. DeviceSide=true the Blackberry uses an internal TCP stack to establish a connection through direct access to the wireless carrier's access point (APN). DeviceSide=false (the default) the Blackberry sends the necessary data to the BIS (or BES) MDS server using a presumably proprietary protocol. The MDS server then establishes the TCP connection on behalf of the Blackberry.

If direct TCP is not available to you, and you can't use BIS-B, you will have to carry your data on top of an http connection. In most cases this is straight forward and works quite well.

link|flag
Thanks Richard, I think I wont be able to establish TCP connection with BIS without Alliance program membership.I need to work with Bis-http only at this point of time.Thanks again. – itsteju Nov 7 at 4:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.