| Thread | Last Post | Replies |
|
| The underlying connection was closed: An unexpected error occurred | 31 Jan 2008 21:55 GMT | 4 |
Calling a .net 2.0 web service, get "The underlying connection was closed: An unexpected error occurred on a receive." I have tried everything I have found on the web. The httpRequest override, disabling keep alives, increasing timeout etc, etc..
|
| issue when converting C#.net code into vb.net | 31 Jan 2008 15:47 GMT | 1 |
I am facing problem when i am converting C#.net code(Delegate concept) into vb.net. I am unable to do that . Can someone help me to solve the problem. I am providing my C#.net code. ==================================my code is :-
|
| webservices .net framework 1.1 vs 2.0 | 29 Jan 2008 22:16 GMT | 2 |
I've got a bunch of questions and I hope, that I succeeded in formulating them sufficiently: i've written a pretty functional webservice using vs 2003 and .net 1.1. now I'm moving the whole thing to 2.0 and I don't understand a couple of
|
| web service concurrent requests | 29 Jan 2008 19:19 GMT | 1 |
I am newbie to web services. I have developed a web service which do some kind of encryption and decryption of documents. I am using iis and asp .net web service. Now i want to check how many concurrent users can be supported by my
|
| prefix in soap header | 29 Jan 2008 18:28 GMT | 3 |
I'm trying to call a java web service and i need some help in creating a custom SOAP header in c#. I need to access to a Web service that implements authorization policy, by using a session token to be passed in the SOAP header.
|
| WCF basicHttpBinding | 29 Jan 2008 02:12 GMT | 2 |
I have created a WCF Service with a basicHttpBinding. It is not easy for me to deploy a server certificate, so this is the reason I am using a basicHttpBinding..... with a simple username/password authentication, using the asp.net membership subsystem.
|
| WCF Hosting Issue | 29 Jan 2008 01:15 GMT | 1 |
I'm going through this book on WCF and the first example has me writing a WCF host in the form of a console app. The code is as follows: using System.ServiceModel; namespace Host
|
| Populate web service response from xml file | 28 Jan 2008 16:13 GMT | 7 |
I will implement a mock web service for internal testing of a client application we're developing. We do not want to hard code the answers, but instead store the possible answers as XML data/files in a database. Each web service method could have several possible answers which ...
|
| Public a Web Service property | 28 Jan 2008 16:07 GMT | 1 |
I'd like to know how can I public a property from my web services. When I want to public a method from my web services I use the attribute [WebMethod], but I don't know what I can use to public a Property from my web services.
|
| multi tasking? | 28 Jan 2008 04:20 GMT | 6 |
Strictly as an example, suppose I write a web service that takes an employee number and then does some processing and returns their security clearance, name, department or some such stuff. Again for arguments sake say this processing takings about 15 seconds each time. Lastly
|
| calling axis webserivce with credentials in header | 26 Jan 2008 20:44 GMT | 1 |
I'm trying to access a webservice on an axis server from my .net client (c#). First I have to call a login service that returns a session ID. This session id should then be added to the header of the actual webserivce call together with a userid and version number. The header ...
|
| client in 1.1, server in 3.5 | 25 Jan 2008 19:02 GMT | 5 |
I've posted also in microsoft.public.dotnet.framework.webservices. Hi, I have the following problem: - the client application (asp.net website) is written in .net 1.1. - the server is being written in 3.5
|
| <%@ WebService Language="vb" CodeBehind=... | 25 Jan 2008 10:45 GMT | 1 |
Hi, I,m trying to make my web service public, bu I have problems with this line: <%@ WebService Language="vb" CodeBehind="~/App_Code/GISAdmin.vb" Class="GISAdmin" %>
|
| Error:<authentication mode="Windows" /> | 25 Jan 2008 06:42 GMT | 9 |
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
|
| Problems deserialzing XML document with special characters | 24 Jan 2008 15:29 GMT | 1 |
Has anyone an advice for me how to deserialize an XML document containing special characters? My deserializer looks like following: public static MyObject Deserialize(XmlDocument xmlRequest)
|