
25/09/2007, 09:34
|
 | | | Fecha de Ingreso: agosto-2006
Mensajes: 381
Antigüedad: 18 años, 8 meses Puntos: 2 | |
Re: Ayuda con Webservice Dim MiSoapWS As New SoapClient30
'On Local Error Resume Next
MiSoapWS.MSSoapInit "http://www.elguille.info/NET/WebServices/HolaMundoWebS.asmx?wsdl"
if VariableMetodoElejido="Saludar" then
TxtResultado.Text = MiSoapWS.Saludar
elseif VariableMetodoElejido="Saludo" then
TxtResultado.Text = MiSoapWS.Saludo("hunabku")
Endif
Set MiSoapWS = Nothing |