TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sudhakar
NA
1
0
got error in soap toolkit 3.0
Nov 29 2005 1:25 AM
Hi all, i have to create vb client that consume .net web service, and got these error "WSDLOperation:The operation UploadFile had an invalid parts attribute HRESULT=0x80004005: Unspecified error - WSDLOperation:Initializing of the input message failed for operation UploadFile HRESULT=0x80004005: Unspecified error - WSDLPort:An operation for port GSoapWS could not be initialized HRESULT=0x80004005: Unspecified error - WSDLPort:Analyzing the binding information for port GSoapWS failed HRESULT=0x80004005: Unspecified error - WSDLService:Initialization of the port for service GSoapWS failed HRESULT=0x80004005: Unspecified error - WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error - Client:One of the parameters supplied is invalid. HRESULT=0x80070057: The parameter is incorrect." my vb client code is ********************************************************************** Dim soapclient As MSSOAPLib30.SoapClient30 Dim strwsdl As String Dim output As String Set soapclient = New MSSOAPLib30.SoapClient30 strwsdl = "D:\vb\gsoapclient\GSoapWS.wsdl" soapclient.ClientProperty("ServerHTTPRequest") = True soapclient.MSSoapInit (strwsdl) *********************************************************************** please please help me out for the same....milons thanks
Reply
Answers (
0
)
Uploading files to sql server database via Asp .net Web Service/c#
Standalone web service