I\'m using PHP\'s curl_exec() to make a request to an API that has a very long running process. But I don\'t 开发者_Python百科actually need to know the result, I only need the process to be started.
As I am new to j2me,I am trying to upload image from mobile in j2me.It is showing exception in server side.
I am new in developing Blackberry Application. In these three days, I already searched and learned in both forum and tutorial from the RIM itself. But none of them can solve my problem. >.<
I\'ve been trying to implement connection pooling for my application using Apache HTTPClient (v4.1). The problem is that the client always makes only two connections when run, though there are enough
I have a server web app implemented with rest services and I want to make a client web application.I have to make the communication using UrlConnection and I don\'t really know how to make it.
i have created one application which parsed the data and it will displyed in ListRow,for that i have created http connection as below.
Which is the best way to make a HTTP connection. I mean using proxies and so on. Now I\'m using this one:
I have this xml result from calling the page getRout.php <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I have an java app for blackberry, created with Java Plug-in for Eclipse. I want to invoke a webservice on a webserver through Blackberry mds. The code I am using works, but is not stabile. Meaning th
Im having difficulties with the HttpConnection posting data to my server. The first time everything goes well. The second time it says; \'Stream already open\', but i close everything after the respon