| Thread | Last Post | Replies |
|
| invoking a (.dll file) on the client machine from a web site | 27 Sep 2005 13:24 GMT | 4 |
I am facing a severe problem, I have to invoke a dll on a client machine after the user click a certain link on my web page. This dll is first downloaded to his machine and then invoked. Can this be done, if yes please suggest me some code to do so
|
| Returning Soap Fault to Axis | 27 Sep 2005 09:20 GMT | 3 |
We have a Web Service written in ATL Server and a client written in Java using Axis. When something goes wrong on the server side, it returns an HRESULT of the error which is translated into the SoapFault. The problem is that the SoapFault is interpreted by Axis not as a ...
|
| AuthHeaderValue in Compact Framework | 27 Sep 2005 07:19 GMT | 1 |
I am experiencing a problem with AuthHeaderValue. I have implemented web services which use authentication through AuthHeaderValue. This works perfectly for any Windows application but it fails for a Pocket Pc or Smartphone app. The code is the same, the thing compiles, but I ...
|
| ASP timer? How? | 27 Sep 2005 00:10 GMT | 1 |
Hello NG! is it possible to programm something like that: Client-Browser Server request site
|
| System.Net.WebException: The underlying connection was closed: An | 26 Sep 2005 22:42 GMT | 5 |
My app calls a web service. After a few minutes of inactivity, we receive: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send.
|
| How to use WS-Addressing of WSE2.0 | 26 Sep 2005 18:59 GMT | 3 |
Hi I am working in WebServices (C#) and have successsfully used the WS_Security in my application. I want to know how to incorporate the WS-Addressing utility in my application. any pointer or help will be greatly appreciated.
|
| How to preserve file timestamps when downloading/uploading via WSE/DIME? | 26 Sep 2005 16:44 GMT | 1 |
How do I preserve the file timestamps when uploading or downloading a file via Web Services, using WSE/DIME? Do I need to send this information along manually (i.e. as separate parameters), or does the attachment itself actually carry this information?
|
| Calling a web service from ASP | 26 Sep 2005 15:04 GMT | 1 |
Hello y'all. I've been hitting my head against the monitor for the last two days trying to figure out the following. I have a perfectly good web service that I can call from VB.Net and it
|
| ASP.NET Webservice Account | 25 Sep 2005 18:31 GMT | 3 |
I uderstand that the web service runs under the ASPNET service account. Is it possible to change this and make web service run under some other account, say domain\user? If yes, how?
|
| vs2005 consuming web service, adding web reference ? | 25 Sep 2005 13:46 GMT | 2 |
I'm experimenting with web services in vs2005, but the instruction material I have to refer is based on vs2003. ( I'm OK with ASP but new to .NET) Problem is as follows, Create a new web service ( via File|New web site), add in a simple new service based on hello world sample - ...
|
| Calling a webservice at runtime | 24 Sep 2005 16:38 GMT | 1 |
I am passing the webservicename, method to be executed and the parameters for that method from a page to an intermediate webservice function which in turn needs to instantiate the webservicename passed execute the method based on the parameters passed and return the value.
|
| what certificate to buy from Verisign ? | 24 Sep 2005 10:41 GMT | 19 |
Hi, my company plans to use WSE2.0 sp3 to secure the webservice communication between us and the client. now that we are looking at Verisign on what exactly to buy but the sales person at Verisign were not very helpful. and MSDN didn't provide any information on what exact ...
|
| Should I be using WSE? | 23 Sep 2005 21:55 GMT | 5 |
I am starting to wonder if I need to use WSE and I'd like to hear what the WSE gurus have to say. I simply need to protect a web service that will hosted on the internet by a username/password. All methods, etc. on the webservice need to be secured so they can not be anonymously
|
| Detecting webservices progmatically... | 23 Sep 2005 15:44 GMT | 2 |
Guys, Let me explain what I want to do, then hopefully you can tell me how I should go about it. __[context]
|
| Knowing which browser is accessing | 23 Sep 2005 02:13 GMT | 3 |
I'm building a windows service to use with my installation project, this installation will get some values from the webservice, is there a way in the webservice to only let my program to use this webservice, i mean i don't want IE or some other program to access this webservice ...
|