Hi All,
I am developing an application in that I made http connection now I ant to send data to the server through http connection .How should I do this?
Please help me ASAP....
Thanx...
Hi All,
I am developing an application in that I made http connection now I ant to send data to the server through http connection .How should I do this?
Please help me ASAP....
Thanx...
you could make a HTTP POST query and add the data into it. You could start by checking the HTTP example, and then searching this forum & Wiki a bit.
Hi devdattac,
You can start from the example comes with the 3rd ed. SDK named 'WebClient'.
You may also see the links @ wiki:
How to Make an HTTP Connection Using TCP/IP with RSocket
Constructing HTTP POST Url parameters
Greetings
Thanx 4 reply,
but my problem is not yet solved, while sending data via http post method I was got "Request Invalid Format text/xml" or "Request Invalid Format text/*"
error.What is the reason behind that?
Please help ASAP..
thanx...