I'm trying to consume a webservice and while trying to add a web reference to the .asmx page where it details the operations available, I'm getting the formatted page but no operations are listed.
However, when I'm hitting the same page locally, I can see all the operations available.
It appears that I cannot consume the webservice remotely.
Any ideas? Where would I go to configure it so that IIS will allow remote consumption?
Thanks.