I'm new to C# and asp.net, but i will try to explain as good as i can.
I want to add a service reference from http://www8.something.com/service1.asmx
to a service called localhost/WeatherParser.asmx
in which I could use the methods from the service1.asmx.
I have tried adding service reference to my default.aspx
like mentioned here and it worked ok, but how do i use a service in another service ?
Is it even possible and how ? Please give some - Explanations,examples and reference to another sources.
What it looks like in my head:
DefaultApp < Weatherservice.aspx < Servicereference(http://www8.something.com/service1.asmx)
If there are some other ways than I were able to think of please share.
Thanks in advance!