04-26-2012 04:41 PM
I think you will find that the code does a Thread.yield(), but this is within a loop that will try the request again because tryAgain is set true. Review the code again to confirm.
05-10-2012 01:47 PM
How to use BIS-B parameter in connection factory (OS 5.0 ) ?
05-11-2012 06:01 AM
Supply a BisBOptions object to your ConnectionFactory and make sure you have enabled it.
05-11-2012 09:37 AM
Thanks peter,
It works.
06-25-2012 10:19 PM
Good day peter ,
i am trying to make a BIS connection ,When you say put that string in URLFactory for BIS , what about the details sent to you by rim like app id and such should they be also placed as a parameter to the URLFactory constructor ? , And also to make a BIS Connection does my client app need to create a socket binding to the bis server before making a http request , thanks for your support .
06-26-2012 07:26 AM
"what about the details sent to you by rim like app id and such should they be also placed as a parameter to the URLFactory constructor ?"
No
"details sent to you by rim like app id and such should they be also placed as a parameter to the URLFactory constructor ? , And also to make a BIS Connection does my client app need to create a socket binding to the bis server before making a http request "
No
If you are using the connection suffix approach to selecting your connection method, the only thing you need for a BIS-B connection is the 'magic' string provided by RIM as the connection suffix.