Add Web Reference to a single aspx file

  • Thread starter Thread starter Pereira
  • Start date Start date
P

Pereira

Hi everyone!
I have a single aspx file that I want to use some Web Services located
in "http://ip:port/WebService" but I don't know what to do to
accomplishe that...
Can someone tell me the milagrous line code??
(I don't have that aspx file in a Project...its a simple aspx file
that will be called by another program)
Thanks in advance,
Bruno Pereira
 
Hello Pereira,

You need to make webservice from this file or whatg?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


P> Hi everyone!
P> I have a single aspx file that I want to use some Web Services
P> located
P> in "http://ip:port/WebService" but I don't know what to do to
P> accomplishe that...
P> Can someone tell me the milagrous line code??
P> (I don't have that aspx file in a Project...its a simple aspx file
P> that will be called by another program)
P> Thanks in advance,
P> Bruno Pereir
 
Back
Top