| Thread | Last Post | Replies |
|
| Web Service Deployment | 30 Aug 2003 19:15 GMT | 2 |
When I create a web service with VS.NET, it is created under inetpub\wwwroot. What is the cleanest and simplest way to move the web service to a new server? By way of contrast, my current method is to create dummy web service
|
| database | 30 Aug 2003 11:30 GMT | 2 |
How does a webservice connects to a database and return a query to an asp .net webapplication?? thank Arno
|
| ASP.Net and client side control (SelectedIndexChanged) | 29 Aug 2003 18:03 GMT | 2 |
I was wondering what capabilities ASP.Net has at the client level. I have been using a RadioButtonList. My control and additional textboxes look like this: o See item number [ ]
|
| Calling c# code from javascript | 29 Aug 2003 17:31 GMT | 1 |
Can one call a c# function from within a javascript function ? I have a c# > function GetLanguageItem(title), how can I call the above function from a javascript function in an .aspx page.
|
| Using Activator.GetObject to get Web Service | 29 Aug 2003 16:47 GMT | 1 |
Is it possible to use the Activator.GetObject interface to access a Web Service? e.g. Activator.GetObject(http://localhost/MyServive.asmx);
|
| plzzzz: redirect response | 29 Aug 2003 16:46 GMT | 1 |
I need to know if there is a way to redirect the respnse of a web service to a proxy (specifying the address and the port)?? The client doesn't know anything about the whole process. It simply sends to Web Service URL on port 80, Web service receives it,
|
| How to write c# proxy class to get at this data? | 29 Aug 2003 16:29 GMT | 1 |
Hi, I'm trying to use a wdsl generated proxy class to Invoke a web services method which outputs a soap envelope shown below. The response I'm looking for has two parts, one is a "Result" node, which I am successful in getting back, the other is the "vntReturn" node, which I
|
| webservice asp.net | 29 Aug 2003 16:23 GMT | 3 |
How do I call a webservice from a webapplication in ASP.NET?? I do not have any experience Can you recommenc me good books??
|
| IPAddress | 29 Aug 2003 09:45 GMT | 2 |
I need to get the IPAddress of the user who is using my service does any on have any ideas on how this could be accomplish with a webservice?
|
| .NET Web Services are a Snap | 28 Aug 2003 21:42 GMT | 1 |
I have had little difficulty writing .NET Web Services and Web Service clients using Visual Studio .NET. However I am running into problems trying to interface a .NET C# Web Service Client to an IBM WebSphere Web Service. I
|
| The resource cannot be found. | 27 Aug 2003 20:50 GMT | 1 |
How can i resolved this?..... i'm trying to run http://webserver/webservices/service1.asmx
|
| New to Visual Studio.NET - Walkthrough error | 27 Aug 2003 18:05 GMT | 1 |
I am new to Visual Studio.NET and am having trouble at the beginning of the first Walkthrough. Any help anyone can give in resolving the error or pointing me in the right direction to find an answer will be appreciated.
|
| Way to automatically recycle aspnet_wp work process when close to 100% CPU for certain period of time? | 27 Aug 2003 16:51 GMT | 2 |
I have a server setup that is dedicate to providing a "proxy" by exposing a web service that calls methods in a 3rd party ActiveX control and then returns the results. Sometimes, the aspnet_wp work process seems to get "hung" - it goes to close to 100% CPU and stays that way. Under ...
|
| Authentication not working on HTTP-POST using NetworkCredential | 27 Aug 2003 02:36 GMT | 2 |
I am programming what is to be a web service client that will use an HTTP-POST to request and retrieve data. The remote server (written in java for what it's worth) requires basic authentication as per RFC 2617 (http://www.faqs.org/rfcs/rfc2617.html). My attempts to authenticate ...
|
| kerberos | 26 Aug 2003 18:19 GMT | 1 |
I want to create kerberos security for web-forum. Does anybody know what I need and What I have to do?
|