Gracias por la atención.
He realizado un web service el cual en mi compañía funciona correctamente,
pero al llevarlo y colocarlo donde el cliente al ejecutarse me está generando
el siguiente error:
"The request failed with HTTP status 504: Proxy Timeout ( Connection timed
out.
For more information about this event, see ISA Server Help. )."
El código usado es el siguiente:
MyBase.New
Me.Url = "
http://www.direccion.com/cliente/we...asmx"
Dim myProxy As New WebProxy("http://172.19.75.43:8080", True)
myProxy.Credentials = New NetworkCredential("usuario", "Clave",
"Dominio")
'Dim myFindService As New FindServiceSoap
'myFindService.Proxy = myProxy
Me.Proxy = myProxy
Les reitero las gracias por la ayuda prestada.
Leer las respuestas