Question

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.

Was it helpful?

Solution

You only get the fields when HTTP POST is available as a submission option, if you have complex types in your submission parameters then HTTP POST may not be able to handle them and as such won't be enabled... then the fields won't be present on the helper page.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top