I have to create a serviço web
, which in this service will receive two Strings
, a phone number and a message, that should be "pasted" into a C#
that I have to fire a message ..
That is, through another app I have would be sent two strings
, which this service should pick up and send to C#
!
Is it possible? If yes, what is the route or path to it?