| Thread | Last Post | Replies |
|
| receiving child nodes not allowed | 15 Mar 2008 00:11 GMT | 1 |
I downloaded Visual Web Developer Express 2008 from Microsoft's website. When trying to bring up my web page, I am getting the following error message. Any ideas how to fix this? Microsoft do no offer help for trial versions. Thanks.
|
| IIS & Windows Integrated Security for WCF webservices | 13 Mar 2008 09:20 GMT | 2 |
I have searched everywhere to get a straight forward answer to my question but to no avail. I hope someone where can help. I have a windows application that needs to talk to some WCF web services hosted in IIS. I want to be able to identify the user in the webservice who
|
| WCF - Client Credentials (Username/Password) - ASP.NET Membership | 12 Mar 2008 20:06 GMT | 6 |
I am using the ASP.NET Membership provider for username/password authentication with my WCF service, and this authentication process is working fine, however I am unable to obtain the authenticated username within my WCF service. I need to know the username for database ...
|
| Client is slow processing a response. | 12 Mar 2008 13:50 GMT | 1 |
I have a problem when accessing a web service from a client written in c#. The time for the web service call to complete varies from 2 - 20(or more seconds), for the same request/response. At first I thought that the third party web service (asp.net) was the cause of
|
| WCF security advice (and clarification) needed | 12 Mar 2008 01:34 GMT | 3 |
After a couple of days of trying to get to grips with WCF i need some advice on how to implement security. We will be using the NetTcpBinding and message-level security, the only thing is, we are not completely sure what actually happens per default. If I
|
| Readonly property WCF | 12 Mar 2008 00:01 GMT | 1 |
I am developing a service in WCF and am returing a complex object to the consumer of the service. I would like some properties of this object to be readonly but from what I understand readonly properties are not supported in WCF. Is there a workaround for this, or do I need to ...
|
| Return an array with null values | 11 Mar 2008 12:49 GMT | 1 |
I have the following code (excerpt): <code> public struct UserAddress { public int ID;
|
| Consistent Types Across Web Services | 11 Mar 2008 11:18 GMT | 10 |
I am currently experiencing a problem with using web services within .Net 2.0. My problem is that i have client and server components that interact through a common class foo. This same class is used extensively through other parts of the system.When the application is distributed ...
|
| Deployment Question | 11 Mar 2008 02:16 GMT | 3 |
Say I have an .asmx that has been in develoment in my local IIS virtual directory and I've been accessing it with a development version of a client (also in local IIS virtual directory). Everything works fine. Now, I deploy my webservice (.asmx) to a production server (also ...
|
| Troubleshoot IOException on IAsyncResult and HTTPS | 10 Mar 2008 20:59 GMT | 4 |
I have a issue where is ever so often get an IOException: Type : System.IO.IOException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : Unable to read data from the transport connection: The connection
|
| Problem with ServerTooBusyException when using reliable session | 10 Mar 2008 10:44 GMT | 1 |
I am facing the ServerTooBusyException when using reliable session and net.tcp binding. I have single server and single client application. The client registers for the event at the server. When event occurs server send the message to the
|
| Problem matching WSDL | 10 Mar 2008 02:08 GMT | 7 |
I have a web service that I am writing that has to conform to the WSDL given to me by my integration partner. There is a section in the schema that I am unable to duplicate. Here is the snip:
|
| How to return a user-defined data type object from a webservice? | 09 Mar 2008 14:05 GMT | 17 |
In my solution I have 3 projects: 1. A class library. Let's name it CL (let's also name the namespace as "CL"). This class library defines a type like this:
|
| static wsdl in .net | 07 Mar 2008 17:05 GMT | 3 |
I am trying to create a web service from a wsdl from a external part. The external part is running as a client, but forces us to use their wsdl specification because they are communicating against several other parts which also must follow their wsdl contract. Now we are the
|
| Progress bar for web service? | 07 Mar 2008 05:11 GMT | 4 |
I am aware that showing progress for file transfers is relatively easy with WCF since it can be done using a stream (see http://www.codeproject.com/KB/WCF/WCF_FileTransfer_Progress.aspx for a good example). However, I would like to show progress for a strongly
|