wcf
How should an WCF receiver service monitor an MSMQ queue and service requests in a real-world environment?
I have a service that queues requests in MSMQ. On the other side I have a WCF service that can handle those requests. How can I have the WCF receiver service respond when messages are available on the[详细]
2023-04-11 20:30 分类:问答Adding Properties to WCF DataContract
I\'ve added a service reference to my WCF webservice which generated all of my datacontract objects.I\'m using BasicHttpBinding.Using a partial class, I\'ve made one of these objects inherit from anot[详细]
2023-04-11 19:12 分类:问答WCF / Silverlight requests timing out after 30 secs with WebRequest.RegisterPrefix
I have a WCF webservice and a SL4 client which always times out after 30secs with a ConnectionTimeout exception.[详细]
2023-04-11 18:27 分类:问答How to increase MaxStringContentLength?
When I download xml file which are larger than 1Mb, I have an error : The maximum message size quota for incoming messages (8192) has been exceeded. To increase the quota, use the MaxReceivedMessageS[详细]
2023-04-11 17:44 分类:问答trying to consume a WCF service in silverlight application?
I created a silver light project,where i am trying to load a datagrid in my main page.As I came to know that ADO.net is not supported in silverlight ,i made use of silver light enabled WCF service.I f[详细]
2023-04-11 17:40 分类:问答WCF Data Service Method for Aggregation with filter
I need to aggreate some data of my wcf data service in order do something like a \"monthly report\". Afaik aggregation is not possible via the odata protocol. I guess I have to implement my own WebGet[详细]
2023-04-11 17:32 分类:问答Simple WCF POST with Uri Template
I thought this would be incredibly simple, but I must be missing something. I am trying to make a simple WCF POST request in conjunction with a UriTemplate. I have read numerous examples where people[详细]
2023-04-11 17:31 分类:问答WCF service host cannot find any service metadata
I\'ve almost migrated service in ASMX in vb to new WCF 4.0 based, but I can\'t run it because I get an message at start:[详细]
2023-04-11 16:38 分类:问答WCF error 0xc00e0069 (MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE)
I have a WPF app that uses WCF (duplex netMsmqBinding) to talk to a self-hosted service app in our domain.[详细]
2023-04-11 16:28 分类:问答how to make wcf results appear in raw xml in the browser?
I am invoking .NET WCF data service. Everything seems to be working fine, but the results show as RSS feeds in both IE9 and Firefox 7. IE only shows the date, and both browsers helpfully offer me to s[详细]
2023-04-11 16:26 分类:问答