Hi,
I want to handle HTTP POST to create an HTTP Response message with an XML
string and send it to a 3rd party device, then show what has been sent on a View. The HTTP request comes from the Web Service as well.
Please take a look at below:
Is myobject.sendTo3rdParty() sitting in the right place? How should I populate just the response body and how to send the HTTP out to a 3rd party?
Any help would be greatly appreciated.
Many Thanks in advance