I have a web service that requires only a text value. I know the normal situation is send a dictionary (key,value). This time I have send only one value. How can I send via POST only one value?
The value: Hello "Ricardo","Carlos"
I have a web service that requires only a text value. I know the normal situation is send a dictionary (key,value). This time I have send only one value. How can I send via POST only one value?
The value: Hello "Ricardo","Carlos"