symbian - Not able to get response back on java code while http get with S60 -
i using net beans developing application on s60. made 1 page user authentication , using .net wcf service authenticate user. able send data on .net service httpget method not able response on java page.
i have tested on fiddler url working fine , returning response code 200, not getting response code java code. following code using. thing wrong here ?
httpconn = (httpconnection)connector.open(url); httpconn.setrequestmethod(httpconnection.get); httpconn.setrequestproperty("user-agent", "profile/midp-2.1 confirguration/cldc-1.1"); int respcode = httpconn.getresponsecode();
try user agent "profile/midp-2.1 configuration/cldc-1.1"
Comments
Post a Comment