[android-developers] request-response

2011-09-27 Thread arun kumar
hi am having a wsdl file address am posting to http post request to get xml responsebut am getting the response as wsdl file data. can any one suggest me where am doing wrong ...i attached the code and log messages thaking you import java.io.InputStream; import java.util.ArrayList; import

[android-developers] request-response messaging with C2DM

2010-08-25 Thread mac
Hi, Is it possible to implement a request/request messaging pattern with C2DM? I mean, some application issues a HTTP POST request to the C2DM server to send a message to a device. If the device is online, the application processing the intent could respond with a custom message that could be

Re: [android-developers] request-response messaging with C2DM

2010-08-25 Thread Mark Murphy
On Wed, Aug 25, 2010 at 7:19 AM, mac angel.mac...@gmail.com wrote: Is it possible to implement a request/request messaging pattern with C2DM? I mean, some application issues a HTTP POST request to the C2DM server to send a message to a device. If the device is online, the application