c# - manipulate parameters from http post request with a webservice -


i have remote service, sends http post request, url of application

http://www.mywebsite.it/testsms/mywebservice.asmx 

in iso-8859-1 following parameters:

type=post&sender=393471234567&receiver=393477654321&text=ciao+mario+come+stai&encoding=iso-8859-1&date=2011-05-20&time=10%3a32%3a32&timestamp=1305880352&smstype=standard 

how can , manipulate parameters webservice? in alternative remote service send parameters soap (wsdl). in case, how can parameters in c#?

thanks in advance...


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -