hi...
is that possiable to call webservice(that exists in the same IIS server), from server side?
thank you...
Of course. Run throught he Add a Web reference wizard in VWD or Visual Studio, it'll take you right through it.hi..
yeh, i know that, but i ment, without referencing it into my project. i want to use remoting call to the webservice, even if it exists in the same server, can i do that?
thank you...
Well, you'd still typically create a proxy of some kind. I suppose you could build a new Request object and parse the xml response if you really wanted to, but what's the point?
No comments:
Post a Comment