| Thread | Last Post | Replies |
|
| gMonthDay xsd type = string ? | 21 May 2008 14:27 GMT | 1 |
xsd:gMonthDay is a common type for dates , why is it mapped to a string datatype when using wsdl.exe on a WSDL where it is defined as gMonthDay type regards Michel
|
| Can't serialise a SqlCommand over WCF | 20 May 2008 07:59 GMT | 6 |
I'm trying to send an SqlCommand to a WCF-Service. For this I'm using the following DataContract: [DataContract] [KnownType(typeof(string))]
|
| Best Practices - most forward looking | 17 May 2008 20:37 GMT | 1 |
I am trying to get off on the right foot programming a web application against Sql Server. I find the choices of data access overwhelming. I want to choose the best approach. So far, I think that Sql Server Broker is not the preferred choice for most general application ...
|
| webservices and "reuse types in referenced assemblies" | 17 May 2008 18:33 GMT | 2 |
I see that this has been asked before, but there seem to be no (working) resolutions. I want to share the exact types used in webrequests between the client and the server. The proxy is too pale a representation of the actual
|
| WebService methods always return null | 16 May 2008 14:34 GMT | 1 |
I'm developing an application that uses a webservice. It was working fine a few month ago, but going back to the project after a couple of months on other projects, the code is suddenly not working. ex
|
| ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005 | 16 May 2008 14:17 GMT | 2 |
ASP.NET 2.0 C# WebService Connect to Database: Sql Server 2005 --------------------------------------------------------------------------------------------------- I have successfully created a webservice in ASP.NET 2.0 C# with VS 2005 & VS 2008, however, i can find nothing - books ...
|
| WCF Client Generation Issue | 16 May 2008 05:11 GMT | 3 |
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.
|
| wcf (dotnet 3.5) and datatables | 15 May 2008 20:09 GMT | 2 |
Hi, I'm running a little wcf service, regular operations works fine, but when the returned type is a DataTable like this:
|
| certificate is required to complete client authentication | 15 May 2008 18:49 GMT | 1 |
We have two server SSL certificates from Thawte. We set up these two SSL in the same server. Now, we want to access a web service hosted by one of our customer in their server. We are calling this web service from a web service deployed in our
|
| WSE and Vista | 15 May 2008 18:45 GMT | 1 |
I don't see Microsoft Vista in the supported operating systems. If I redistribute WSE runtime with my installer, would it work on Vista?
|
| "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.
|
| 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.
|