0

i'll try to explain you my problem.

I have to call a .net webservice with my android device.

But, this webservice needs to add items on a queue on an another service who's running on my server.

Android ---> .net WebService ---> add items on queue on another Windows Form Application.

In brief I want my application to communicate with my Windows Form Application without using database

Do you think this is possible? If it's possible have you any idea how do it ?

Avijit
  • 3,834
  • 4
  • 33
  • 45
JossVAMOS
  • 300
  • 1
  • 5
  • 20

1 Answers1

0

Use socket to communicate with your server application.

http://msdn.microsoft.com/fr-fr/library/system.net.sockets.socket(v=vs.110).aspx

Pixel
  • 1,946
  • 2
  • 15
  • 26