Good evening.
I make one small servich and an unsolvable and, most importantly, incomprehensible question appeared for me. There is an API that is located at: http://domen.com/API/XML/APIManager.ashx
The documentation says that you need to send a request with the header: GetMethod and content:
<Request> <Header> <Authentication> <Login>string(32)</Login> <Pass>string(14)</Pass> </Authentication> <Request>int</Request> </Header> </Request> How to implement such a request for Android to get a response from the server?
Thank you very much!