How do I capture parameters requested by the URL in a webservice ?
For example: I have the following webservice: http://localhost/teste/WebService1.asmx/Produto
How do I pass the parameters of the Produto
method? To make them look something like this:
http://localhost/teste/WebService1.asmx/Produto?a=sincroniza&dado=produto&id_vendedor=2666&id_grupo=1700&id_usuario=2925&id_empresa=2004
And how would I read this?