| Thread | Last Post | Replies |
|
| The underlying connection was closed: An unexpected error occurred | 14 May 2008 00:34 GMT | - |
I am creating a Windows forms application which uses WebRequest to download RSS feed. The application generates the following error. "The underlying connection was closed: An unexpected error occurred on a send" I have used the same application in One of the institute where I am ...
|
| "Logging in" to a WCF service | 14 May 2008 00:04 GMT | 1 |
I have a Windows application that must "log in" to a remote service. Once logged in, for all subsequent service calls the Windows application should somehow pass a "session context" in each message to the service, which will then be compared to session information stored
|
| WCF Client Credentials | 13 May 2008 17:07 GMT | 1 |
Hi! The application I am using has to add some custom client credentials on the web layer(proxy) and has to verify them on the app layer(wcf). I tried to create a custom header as follows
|
| Accessing a web service - proxy problem | 13 May 2008 11:27 GMT | 4 |
I wrote a VS 2005 C# express programme that accesses a web service. It works fine when there's a direct connection to the internet, but on two different PCs with internet access via a proxy, I get this exception: System.Net.WebException: The request failed with HTTP status 407: ...
|
| Timeout expired - help please! | 13 May 2008 09:50 GMT | 2 |
We are having an issue with our web servers and ASP.NET. We have a website which is bringing up the error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
|
| XMLElementAttribute and IsNullable=True | 12 May 2008 23:04 GMT | - |
When setting the XMLElementAttribute IsNullable=false I get the minOccurs=0 in my WSDL: VB .NET: <XmlElementAttribute(IsNullable:=False)> Public Quantity As String = ""
|
| WCF security question | 12 May 2008 18:10 GMT | - |
I have a console application that connects to a web service at one of our client locations. The webservice on the client end was written in WebSphere. I had the console app working fine with WSE 3.0, but have upgraded to Visual Studio 2008 and need to change to WCF for ...
|
| Can't serialise a SqlCommand over WCF | 12 May 2008 03:09 GMT | 3 |
I'm trying to send an SqlCommand to a WCF-Service. For this I'm using the following DataContract: [DataContract] [KnownType(typeof(string))]
|
| Alvin busted by Operation Sudden Fall | 11 May 2008 01:25 GMT | - |
Law enforcement is now intercepting text messages, as proven by Operation Sudden Fall in San Diego. http://www.usdoj.gov/dea/pubs/states/newsrel/sd050608.html http://www.signonsandiego.com/news/education/20080506-1338-bn06sdsu2.html
|
| WSE 3.O Web Service with ASP.Net Client using C# | 10 May 2008 15:32 GMT | 2 |
I have a simple web service (Hello world at this stage) being called from an ASP.Net client using C#. Both Web Service and Client are installed on the same development server - Win 2003 with IIS6 WSE 3.0 is applied to both and functions work at the base level.
|
| How to provide custom WSDL from a WCF server | 10 May 2008 07:41 GMT | - |
I'm not sure if this is the right group for this - I tried microsoft.public.dotnet.framework.aspnet.webservices but didn't get any repsponse. I am creating a self hosted WCF server and I want to proviide my own WSDL
|
| Hidden news group | 09 May 2008 21:44 GMT | 2 |
Where is the asp.net news group?. It must have fallen of the menu.
 Signature Arne Garvander Certified Geek
|
| WCF Client Generation Issue | 09 May 2008 18:00 GMT | - |
I apologize for the length of this message. I have tried to provide all of the potentially relavant code up front to help identify the problem. I am relatively new to WCF and hope that I have overlooked something relatively simple.
|
| The string '' is not a valid AllXsd value - meh? | 09 May 2008 16:44 GMT | - |
Hello there - I'm quite new to WebServices and asp.net and I've exhausted my troubleshooting capacity on this one. I am running a lookup method against a remote webservice and am expecting some data back. It would seem as if the response I am getting back is
|
| How to automate generation of XMLWebService Client for C#/VB? | 09 May 2008 10:03 GMT | 1 |
I'm sorry if this appears twice but I posted this about 8 hours ago and I don't see it yet so I assume it did not make it. Visual Studio does a fine job of generating C# and VB.NET SOAP clients. What if we want to automate the generation with a BAT file -- can we do it?
|