VB调用WebServeice跳过远程证书问题

请问一下,有那位大神知道用VB调用WEBService接口时直接跳过远程证书验证的问题,谢谢!(以下是接口说明)

POST /BasWebService.asmx HTTP/1.1
Host: 59.211.....
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.gxws.gov.cn/PunishDataUpload"

<?xml version="1.0" encoding="utf-8"?>

soap:Header

<_UnitCode>string</_UnitCode>
string
string

/soap:Header
soap:Body

string

/soap:Body
/soap:Envelope

报错提示:
图片说明

http://www.itnose.net/detail/247729.html