Hi,
I having to request information to .net webservice, the url is:
WSLatitud Web Service
Then, I have to connect with the webservice by a xml, but I don't know how to do.
An example of the xml structure is:
<operacion nombre="registro">
<param nombre="usuario" valor="juanpe"/>
<param nombre="nombre" valor="Juan Pedro"/>
<param nombre="clave" valor="juanpe1"/>
<param nombre="correo" valor="juanpe@correo.com"/>
</operacion>
And the webservice response with other xml.
Any idea?
Thank!!