php wsdl, asxm , .net.
$wsdl = "http://domain/wsdlfile.wsdl";
$client = new SoapClient($wsdl,array('trace' => 1,'encoding' => 'UTF-8','exceptions' => 0));
$Return = $client->callfunction();
echo htmlspecialchars($client->__getLastResponse());
.
buscomilugar