| Thread | Last Post | Replies |
|
| handling exceptions in asynchronous web service calls | 09 Aug 2004 22:46 GMT | 1 |
I have a win forms application that calls a web service asynchronously. Occassionally, the web service call with raise an exception. Unfortunately, since I am calling it asynchronously, I haven't been able to find a good way to handle exceptions.
|
| WSE 2.0 sp1 SoapService method not getting called! HELP | 09 Aug 2004 22:10 GMT | 4 |
I'm using SoapClient and SoapService classes. It's a simple chat app. i enter text in a textbox and the soapclient send it to the soapService using SendOneWay method. The message is received by the SoapService. I turned on diagnostics
|
| header <To> | 09 Aug 2004 22:05 GMT | 3 |
I tried to use TCPMonitor which redirects all request from port 8080 to 80. I changed URL to http://localhost:8080/UsernameSignCodeService/UsernameSigningService.asmx in UsernameToken sample.
|
| System.Net.WebException making web service calls about 10% of the time. | 09 Aug 2004 22:04 GMT | 1 |
We are seeing a very frustrating intermittent problem. We are making Synchronious web service method calls from a .NET windows Service using the following syntax WebRequest.getResponse call it occasionally fails with the following error:
|
| why:Server unavailable, please try later | 09 Aug 2004 22:00 GMT | 1 |
(Type your message here) -------------------------------- From: Steven joe Hi:
|
| Null RequestSoapContext.Current in Soap Client problem | 09 Aug 2004 21:58 GMT | 3 |
I'm building a TCP web service using SoapClient/SoapService as my base proxy and WS classes, and need to stuff in a Username token on the client side. Problem is, the RequestSoapContext.Current object is null on the proxy side. Am I doing something wrong here? What do i ...
|
| Splitting Up WSDL issue | 09 Aug 2004 18:36 GMT | 2 |
I used the excellent article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/ service08202002.asp from Scott Seely to have a webservice interface defined in a separated wsdl file. It works just fine, but when I try to navigate to the wsdl from Visual
|
| Error: (Client found response content type...) | 09 Aug 2004 15:22 GMT | 2 |
I use webservice to connect to a server on Internet and sometimes(not always), I recieve this error on calling webserice member functions. Error: **********************************
|
| The 'VFPOLEDB.1' provider is not registered on the local machine | 09 Aug 2004 00:42 GMT | 2 |
I get "The 'VFPOLEDB.1' provider is not registered on the local machine" exception when trying to open a connection to a FoxPro DB from my web service. I have installed the foxpro 8 drivers on the maching and also IWAM and IUSR_SERVERNAME both have full access to the files. ...
|
| Can't access WebService on WinServer2003 | 08 Aug 2004 11:46 GMT | 1 |
I've deployed and run a WebService on Windows2000 without problem. The same one installed on WinServer2003 expect an authentication. Everything I've done don't run (changing autentication method, impersonate user, ...)
|
| Add Web Reference makes multiple requests fir WSDL | 07 Aug 2004 18:49 GMT | 4 |
I am trying to use a web service from a non Microsoft product. When I do a "Add Web Reference" from the Visual Studio dialog box, a request is generated and received by the web services supplier. This request contains information in the "Authorization:" header. Valid WSDL is ...
|
| Missing web services functions - urgent, please help! | 06 Aug 2004 21:27 GMT | 1 |
I have a client who uses a web service containing about 100 functions. I made a couple of changes to four functions, tested it (fine), deployed to VMWare virtual machine (still working great) and then to their live system. On the live system the four functions no longer work. When ...
|
| signing message element by id / no namespace | 06 Aug 2004 18:59 GMT | 19 |
wse 1.01, vs.net 2003 c# IS it possible to sign an element of a soap message using an Id attribute without prefixing the Id attribute with a namespace. wse seems to call for a namespace referring to ws-utility, but I need to be able to sign the Id
|
| Calling an ASMX web service (with WSE 2.0) using SoapClient proxy | 06 Aug 2004 18:48 GMT | 6 |
In order to have one generic proxy class on my client that can both handle TCP and HTTP channels, I created a class that derives from SoapClient. It can call my TCP SoapService (running as a Windows Service) fine. It can call my HTTP .asmx Web Service, but apparently, the SOAP body ...
|
| web congfig file | 06 Aug 2004 18:06 GMT | 1 |
In my web service i'm want to read the web.confg file for my database connection. I keep getting an error on conn.ConnectionString = ConfigurationSettings.AppSettings("DB")
|