Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webservices and VB 6.0

Status
Not open for further replies.

akutty

IS-IT--Management
Jul 7, 2004
31
0
0
GB
Hi All,

Iam trying to connect to a webservice using VB 6.0, however Iam getting an error "XML parser failed at line 0 loading of the wsdl file failed, In correct function, The parameter is incorrect" . Here is the code attached

Private Sub Command1_Click()

Dim objSoapClient As New SoapClient30
objSoapClient.ClientProperty("ServerHTTPRequest") = True
Call objSoapClient.MSSoapInit(" "", "", "")


The error is displayed in the last line

could any one help?

regards
Anil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top