| Thread | Last Post | Replies |
|
| Performance Analysis of WCF distributed Application | 17 Jun 2008 23:28 GMT | 2 |
I am having this WCF application having one server and two clients. Is there any way I can perform performance analysis on the entire system including the networking overhead and the serialization overhead ? I tried the perfmon provided in the VS Team Edition, but I am not able to
|
| Application as both WS client and server | 17 Jun 2008 23:03 GMT | 2 |
I am trying to come up to speed on .Net webservices and have gotten stuck on a basic issue - I appreciate any clarification. I can readily create C# applications that can consume webservices as a client. In that same app, how can I offer webservices to other
|
| Add custom HTTP Header to all Web Service responses | 17 Jun 2008 19:08 GMT | 2 |
We have a web server farm with several servers hosting web services and I'd like to add a custom HTTP header to every web service response so our client support can locate the server that processed the request. We use WSE encryption on our SOAP messages so we really want a plain ...
|
| VS2008 Webservice Internet Explorer cannot display the webpage | 16 Jun 2008 03:22 GMT | 4 |
I get the following error when trying to browse the .asmx. I get the same thing when trying to add a reference. using .NET 2.0 There is no error message.
|
| system administrator | 12 Jun 2008 08:21 GMT | 15 |
Whenever I try to click on the control panel or add or remove programs I get a message that reads "this action has been cancelled because of restrictions on this computer.Contact system administrator." What do I do to correct this?
|
| utf-16 with XML | 11 Jun 2008 15:43 GMT | 1 |
Dear Sir: i develp web service by using C# this web service have 2 web method wich return some information on XML format. the problem is the XML information returned by web method contain utf-16
|
| Annoying Compilation Issue. | 11 Jun 2008 13:36 GMT | 1 |
Ok, this is going to be a bit difficult to explain, since it is slightly convoluted. I have a c# DLL. Lets call it Common.DLL It contains base classes and enums and structs etc
|
| System.ServiceModel.Security.SecurityNegotiationException | 11 Jun 2008 10:59 GMT | 8 |
I created a web service and hosted it in Windows Services. It is working fine. Now I am trying to implement the X509 certificates for message layer security. But it is throwing the following exception: An unhandled exception of type
|
| async client calls not completing | 11 Jun 2008 05:18 GMT | 1 |
Hi... There are a few questions wrapped up in this, but the main one is that the WebService.MyMethodAsync() methods that are automatically generated in the client code by VS 2005 don't seem to be finishing for me.
|
| get virtual directory url from webservice class | 10 Jun 2008 11:56 GMT | 1 |
This is .NEt webservice related query .. How to get virtual directory url (to which webservice is configured) inside webmethod of webservice class ? I have webservice running.I want to get virtual directory url
|
| Having trouble successfully deploying WCF service to public web site | 07 Jun 2008 12:47 GMT | 7 |
I'm fairly new to deploying WCF web services and am running into problems deploying my WCF service to a public web site. I want this web service to be accessible by clients outside my domain. The problem I'm running into first off is that the WSDL contains the
|
| Architectural issue , threading | 07 Jun 2008 12:13 GMT | 2 |
so thats what I have : a web service, lets say is called "Facility" and it`s primary goal is to submit some information to the database. the problem comes, when from another service/app (consumer) I send
|
| What is the best practise for passing objects from and to web services? | 06 Jun 2008 17:10 GMT | 1 |
What are the best practises for passing custom objects to and from from services? In particular: 1)Should datasets be passed, or custom objects be passed? 2)When it comes to passing collections of objects what options are
|
| Web services and security | 05 Jun 2008 18:31 GMT | 1 |
I need to build a web service and ensure that it can only be used by those who are authorised to use it I believe I can go with WSE or WCF. What are the differences and which one should I go with?
|
| Exceptions not serializable due to new data property? | 05 Jun 2008 12:48 GMT | 8 |
When attempting to debug a webservice, I get the error: Cannot serialize member System.Exception.Data of type System.Collections.IDictionary, because it implements IDictionary. In reading about web services
|