I’m bound to forever forget how to switch on (or off) the ASP.NET web service test screen and documentation options. For future reference:
http://msdn.microsoft.com/en-us/library/b2c0ew36(VS.85).aspx
or add this to the system.web section of the service’s web.config file:
<webServices>
<protocols>
<add name="HttpSoap12"/>
<add name="HttpSoap"/>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
No comments:
Post a Comment
Spam comments will be deleted
Note: only a member of this blog may post a comment.