Ask a Question related to ASP.NET Web Services, Design and Development.
-
John Smith #1
How-to find IP address of a web service consumer?
We can find IP address from the regular web user via the
Request.ServerVariables collection.
How do we do the same for a web service?
Thank you.
~Js.
John Smith Guest
-
Windows 2003 server web service consumer with interop cannot impersonate a specific user
Hello, I have a .Net class library that is a web service consumer. This .Net web service consumer DLL is instantiated by a VB6 ActiveX EXE... -
vb.net consumer from a JAXM web service - blank return values
You will want to go to Doc/Literal instead of RPC/Encoded for best interoperability, according to the recommendations of the WS-I. Just looking... -
Is it possible for web service to send out random notifications to web service consumer?
I am a newbie for web servcie and want to write a web service which monitors the certain field in the database. Once it exceeds the certain value,... -
Share Class Library between Service and Consumer
I want to share a class library between a web service and it's consumer (another web service). When I run the consumer I get a conversion error... -
Web Service Consumer Deployment Problem
Hi, I don't know if this is the best forum to post this to, but I hope somebody can point me in the right direction. I have a VB.NET application... -
Jan Tielens #2
Re: How-to find IP address of a web service consumer?
Sure, you can access the ServerVariables like this:
this.Context.Request.ServerVariables (C#)
Me.Context.Request.ServerVariables (VB.NET)
--
Greetz
Jan Tielens
________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"John Smith" <.@.> wrote in message
news:OmMF6ys5DHA.1504@TK2MSFTNGP12.phx.gbl...> We can find IP address from the regular web user via the
> Request.ServerVariables collection.
> How do we do the same for a web service?
>
> Thank you.
> ~Js.
>
>
Jan Tielens Guest



Reply With Quote

