PDA

View Full Version : Connecting to Web service (.asmx) using HTML & Javascript



gmcoder
09 Nov 2009, 07:38 AM
I'm trying to create a HTML website and I want to make it so it will call a web service (.asmx) that is located on a remote server (so the HTML page is hosted on a different server as the web service). The web service currently has one webmethod (HellowWorld) and all it does is receive a string then returns another string.

I was wondering if anyone have a tutorial or sample code that I can follow to do this? I'm not having much luck looking it up (might not be using the right key words).