Testing Web Services remotely

I hate it when I forget something. I had one of the guys on my team today asked me how to invoke a web service remotely as he was getting an error. Well I knew right away what the problem was. But could remember the solution so I had to look and now I'm gonna put it here so it'll be easier to find next time.

   1:  <system.web>  
   2:      <webServices>
   3:          <protocols>
   4:              <add name="HttpGet"/>
   5:              <add name="HttpPost"/>
   6:          </protocols>
   7:      </webServices>
   8:  </system.web>  

Now I don't recommend this for production, but it's pretty useful for testing.

2 Comments

  • What i do not understood is actually how you are not actually much more well-liked than you may be now. You're so intelligent. You realize thus considerably relating to this subject, produced me personally consider it from numerous varied angles. Its like women and men aren't fascinated unless it抯 one thing to do with Lady gaga! Your own stuffs great. Always maintain it up!

  • Wow, that's what I was looking for, what a material! existing here at this weblog, thanks admin of this website.

Comments have been disabled for this content.