hi all people, i am an infromatic student and i am starting to learn about webservices. i have a trouble with c# and nusoap. so Ihave this php webservice
Code:
<?
// comienzo del script
require_once('lib/nusoap.php');
$servidor = new soap_server();
$servidor->configureWSDL("Articuloswsdl","urn:Articuloswsdl");
$servidor->register("usuarios",
array('val' => 'xsd:string'
hi: actualy i am not a good english speaker neither writer and I like to excuse about that, but i will try to write as simple i can
I am making a project with c# 2005 that uses an xml file from an url. actualy is a file like database, in this file i have user a pass information, but my questions are:
- how can i add a childnode to my xml remote file from a windows form.
- how can I download the xml file to local directory....