Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/09/2007, 08:00
hunabku
 
Fecha de Ingreso: diciembre-2003
Mensajes: 595
Antigüedad: 21 años, 3 meses
Puntos: 1
Re: Ayuda con Webservice

Cita:
Iniciado por tazzito Ver Mensaje
yo hice algo asi y no es complicado te paso el codigo
agrega si la referencia al soapclient 30


Dim MiSoapWS As New SoapClient30
'On Local Error Resume Next
MiSoapWS.MSSoapInit Ruta ? Wsdl
If Me.Combo1.ListIndex = 0 Then
Text1.Text = MiSoapWS.Metodo1(parametros)
ElseIf Me.Combo1.ListIndex = 1 Then
Text1.Text = MiSoapWS.metodo2(parametros)
Else
Text1.Text = MiSoapWS.metodofececto(parametros)
End If
Set MiSoapWS = Nothing

y listo en el text1 aparece el resultado entregado por el web service

como quedaria con esta servicio web

http://www.elguille.info/NET/WebServ...MundoWebS.asmx