| Thread | Last Post | Replies |
|
| WCF Transactions | 23 Apr 2008 10:46 GMT | - |
I have few question for scenario where I have wpf/winform client(s) connecting to windows service (hosting WCF code) which in turn connects to (single) SQL Server. Transactions initiated by client, in this sistem will always be distributed?
|
| Cannot consume webservice via http get | 22 Apr 2008 14:18 GMT | - |
Hi I wrote the following webservice [WebMethod] public void test() {
|
| Consuming Web Service with Nullable DateTime in .net 1.1 | 22 Apr 2008 04:47 GMT | 4 |
I am consuming a web service that was written in VS 2008 and some of the classes have DateTime values that are declared nullable as follows DateTime? objDateTime = null; If there is not a value assigned to objDateTime, then it is null.
|
| Visual Studio 2008 Webservice conversion problem | 21 Apr 2008 21:38 GMT | 3 |
I have a problem that confounds me. We have made a decision to go with Visual Studio 2008. I have a webservice that was working fine in our dev environment under 2005. The webservice needs to be able to run on Windows 2000 servers and Windows 2003 so I made the decision to ...
|
| DateTimes and MinOccurs | 21 Apr 2008 19:38 GMT | 1 |
I'm writing a webservice where all of the data elements should have a minOccurs = 0. I'm using VS2005. This is fine for most of my elements, but all of my datetime elements automatically receive a minOccurs = 1 in the auto generated WSDL
|
| Is webservice.htc obsolete? | 21 Apr 2008 19:34 GMT | 1 |
I started developing a web service following samples that made use of webservice.htc. I have since found a way to call a web service with javascript from a web page that is MUCH easier than using webservice.htc. Is webservice.htc obsolete? Would webservice.htc have any ...
|
| C# web method can't see cookies? | 21 Apr 2008 05:09 GMT | 2 |
My web application wants to take advantage of an encrypted authentication cookie that's provided by another application on the same server. The cookie is visible on the client side, but when I invoke a method on my web service no cookies are visible.
|
| Maintaining WS issues | 21 Apr 2008 03:20 GMT | 3 |
Just some common issues with WS: Using custom objects: When objects change, seems you are always fixing some issue. Update references, which sometimes does not work. Deployment:
|
| WCF and RESTful web service that outputs complex XML type (.NET 3.5) | 20 Apr 2008 02:17 GMT | - |
I'm trying to create a .NET 3.5 WCF web service .svc with a XML schema that somewhat complex, which I'm new to. The schema I want is, in a simplified form for example puposes, similar to the following:
|
| standalone web server | 20 Apr 2008 01:53 GMT | 1 |
Can anyone direct me to the best standalone web server? I'm wanting to package it with a web app which will need to run on the client machine which will have IIS turned off. Thanks
|
| Combiningg WCF, ASP.NET 3.5 and Silverlight | 19 Apr 2008 16:55 GMT | 1 |
I have run into a frustrating problem. First I will need to cover some background. I recently installed Windows Server 2008 Standard on a PC on the network. I installed IIS, SQL Server 2005 and a few other packages. I also have the ability to get to this server from outside the ...
|
| system administrator | 18 Apr 2008 15:17 GMT | 14 |
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?
|
| Strange ResponseProcessingException | 18 Apr 2008 10:26 GMT | - |
we have a very strange problem occurring in our desktop application when a web service (written in java) is called. This is happening only from a few clients. From other clients in the same network the application just works fine with no exception.
|
| how to implement WCF Security using custom token | 18 Apr 2008 01:20 GMT | - |
i have a WCF service(hosted in IIS) with the following configuration: basichttpbinding MTOM Streaming
|
| How to set deafult proxy credentials in WSE3 | 17 Apr 2008 14:12 GMT | 1 |
when using WebRequest, in order to over come the proxy server I set: Req.Proxy = new WebProxy(); This takes the default proxy configuration from the system (the same one you can configure in the internet explorer) and use it in the
|