So i\'m working on a track and trace app. And i need to pull information from this site: http://www.postdanmark.dk/tracktrace/TrackTrace.do?i_stregkode=RA076673982CN
I am developing a Blackberry Application. I have a map in a screen. I want to refresh map\'s data with new data which i am getting from my web service. I am using BlockingSenderDestination in a Thread
I have a webmethod which works and I\'ve added some optional parameters (because I don\'t want to burden all callers with providing these values; they are primarily for my development needs since my w
I have this simple code, that makes a get to a webservice. For some reason it cant connect and gives the error in the log unknownHostException
I\'m trying to get some data from a开发者_运维技巧 MySQL DB via php script. My code is : ` HttpClient httpclient = new DefaultHttpClient();
actually i have a correct code that makes a http petition to twitter and get\'s some tweets from a user codified with JSON (it gets a file .json)
I\'ve got a JSP redirecting to a URL backed by a servlet just fine - for example, with <jsp:forward page=\"/my开发者_C百科servlet\"/>
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m using HttpGet method for retrieving data from a web service from my Android app. Can anyone tell me how to convert the below given code to HttpPost method?
I\'m following the indications on this post to create a a parametrized URI for an Http GetMethod (http://some.domain/path?param1=value1¶m2=value2) and I ran into a new issue.