he estado jugando en PHP con él y tiene algo para trabajar, lo que hice fue:¿Cómo hacer un cliente SOAP/WSDL en C#?
$client = new SoapClient("http://ws.cdyne.com/WeatherWS/Weather.asmx?wsdl");
$fetchedArr = $client->GetCityForecastByZIP(array("ZIP" => "10451")); //get the weather in the bronx YO!
Y ahora me gustaría que mi solicitud i WPF/C# para hacer lo mismo. ¿Cuál es el equivalente en C#?
¡Oh, bueno ... intentarlo cuando llegue a casa! : D – Jason94
Funciona como un encanto: D – Jason94
¡Vota esto! ** Agregar referencia de servicio ** es la forma más fácil de hacerlo. – Jess