I downloaded and ran the webservice studio
when i ran it i got this error
Initializing
Generating WSDL
System.InvalidOperationExc
at System.Web.Services.Protoc
at System.Web.Services.Protoc
at System.Web.Services.Discov
--- End of inner exception stack trace ---
at System.Web.Services.Discov
at System.Web.Services.Discov
at WebServiceStudio.Wsdl.Proc
--- End of inner exception stack trace ---
at WebServiceStudio.Wsdl.Proc
at WebServiceStudio.Wsdl.Gene
any ideeas
Main Topics
Browse All Topics





by: psodermansPosted on 2007-08-22 at 05:02:51ID: 19745232
First of all I would download webservice studio (freeware) and create your soap call manually... that way you can see if the ws response is really taking over 20 seconds. Remember webservices are intended to transfer only serveral records at a time so a huge bunch of them would cause your problem or a similar one! There are several ways to debug your soap call... but you would have to be hosting the webservice, from the text above I don't think this is the case. But in case you are hosting is; look into the remote debugging features of vs 2005.