| Thread | Last Post | Replies |
|
| C++ Reflection Problems | 11 May 2004 09:56 GMT | 1 |
I have quite a strange problem that I can't seem to overcome on my own. I have a managed C++ web service which has one webmethod. This method returns an array of a class with 1 property in it. This array is created by another class which has IEnumerable and IEnumerator as its ...
|
| web service wants proxy authentication | 11 May 2004 01:27 GMT | 4 |
I have a web service running on my PC that I want to access from a Pocket PC (Compact Framework) connected to my machine using ActiveSync. I can access the web service from the emulator no problem but when I try the same application on the Pocket PC I get “The remote server ...
|
| 'Could not establish trust relationship' using a new SSL certificate | 11 May 2004 01:26 GMT | 2 |
I have been running my webservice securely now for about a year using a Verisign SSL certificate. We were up for renewal and we went with an XRamp certificate that seems to work just fine, however now my application is throwing the following exception when trying to invoke
|
| Problem with HTTPS and Proxy Servers using Net Framework 1.1 | 11 May 2004 01:22 GMT | 2 |
Problem: Attempting to return https web page via a proxy server not working in .NE Platform: Windows 2000 SP4, Visual Studio .NET 2003, .NET Framework 1. The following code returns An unhandled exception of type 'System.Net.WebException' occurred in system.dl
|
| Soap formatting webservice | 11 May 2004 01:13 GMT | 1 |
Hello, i have a certain XML formatting and i want my webservice to act upon it Does anyone have an idea how to do it: HTTP/1.1 200 OK
|
| Server Side Processing - WebServices? | 10 May 2004 23:20 GMT | 2 |
If I have a number of 'server side' programs that need to poll and do activity (run jobs, print things, scheduler, interfaces etc.) are these suited to web services? My main concern is if I can stop and start individual web services or
|
| 500 error when trying to do a post | 10 May 2004 20:33 GMT | 1 |
I'm trying to do a POST using the following code, but I'm getting a 500 error. Can somebody please help me? I'm been stuck for quite a while. private void bnInvoke_Click(object sender, System.EventArgs e)
|
| Calling a webservice from Excel | 10 May 2004 13:58 GMT | 2 |
Where can I find sample codes for both excel 2002 and 2003 for retrieving data (SQL Data) from a web service. Thank you H
|
| Asynchronous Callback Not Updating Web Page??? | 10 May 2004 10:50 GMT | 8 |
I am making an asynchronous call to a webservice and trying to update the web page with the results. The page is not updating. Does anybody know why???
|
| Add Web References problems | 09 May 2004 10:29 GMT | 14 |
Hi All. I'm brand new to this but 3 days of working on it and scanning literally thousands of user group messages has not solved my problem. I have VS.Net 2003 installed on my dev machine (Win2K), and the server components on my dev server (Win2K server), along with .net framework
|
| Visual Studio.Net Installation | 09 May 2004 03:00 GMT | 5 |
I am trying to install VS.Net on my computer with win2000 OS. It asking to update windows components. I have already updated all the windows components and it still asking the same. I couldn't go to step 2 in installatoin. Can anyone help to solve my problem? Please.........
|
| return Dataset from WebService | 08 May 2004 22:39 GMT | 1 |
I can't seem to get this working right... Here's what I'm doing: // in the web service System.IO.StringWriter sw = new System.IO.StringWriter();
|
| Screened Subnet (DMZ) causes Web Service to fail | 08 May 2004 09:31 GMT | 1 |
The underlying connection was closed: Unable to connect to the remote server. Results when trying to consume a Web Service that sits between multiple firewalls. The server returns SOAP request is using the HOST Header of any one of the
|
| Automatically capture all values posted to a web service | 07 May 2004 23:31 GMT | 1 |
I am wandering is it possible to capture all values posted (Http Post) from a web site to a web service? I would like to do something like following in web form: HttpContext ctx = HttpContext.Current;
|
| WS-Transactions and WS-ReliableMessaging | 07 May 2004 17:57 GMT | 2 |
I've read about WS-Transactions and WS-ReliableMessaging, but the articles or specifications I've seen have been too technical and theoretical for me. Does anyone know any articles/links that explain the above technologies in layman's terms? I'm looking for specific examples of ...
|