Testing input fields not available for web service in Visual Web Developer Express
Posted
by Rob Segal
on Stack Overflow
See other posts from Stack Overflow
or by Rob Segal
Published on 2009-06-01T15:46:31Z
Indexed on
2010/05/16
20:40 UTC
Read the original article
Hit count: 506
I have a web service that I am trying to test in Visual Web Developer Express Edition (Service Pack 1). I am working with two different websites on two different branches from an SVN repository but largely the same code. The web services are the same code but there are some code differences for other features.
My problem is that when going to the web service specification page in debug mode (i.e. MyWebService.asmx) there should be text fields for inputting parameters for that web service. On one of these web sites the fields are available. On another they are not available. I don't understand why/how there should be any differences between the two setups.
© Stack Overflow or respective owner