ServiceModelSectionGroup serviceModel = ServiceModelSectionGroup.GetSectionGroup(appConfig); In view of the above, it is possible to get the ServiceModelSectionGroup from the string/xml in memory a
Tag: WCF
WCF using MSMQ DTC – close NHibernate session
I have a WCF MSMQ service (hosted in a Windows service). There is TransactionScopeRequired attribute on my method.
I am using Nhibernate to convert my The data is saved to my database. I want
How to call WCF services through your browser (Firefox)?
I just want to know how to call WCF service through the browser (Firefox)?
My WCF service looks like this:
http://localhost:4249/TestService.svc I tried this:
[ServiceContract]
pu
Why is SilverLight 2 only support WCF BasichTTP binding?
I am confused…If there is no proper support for WCF binding, how does MS release two versions of Silverlight? Should they at least not support wsHTTP binding? Can the service have appropriate mes
Shared data objects between WCF services and Silverlight applications
I have a custom data entity (data object) exposed through a WCF web service. The WCF service exists in a web application. Then, I have a Silverlight application that contains The service reference
WCF – How to save the byte array from Silverlight to the file
I have an SL 3 application that connects to a WCF service. This service retrieves a byte array. I want to save the array as a pdf file using FileStream. The problem is that when re-retrieving the w
Silverlight – Whether the WCF service using BasichttpBinding creates a new connection for each request?
I have a Silverlight client that calls WCF services on the IIS Web server. It uses the default basicHttpBinding settings to call. My client code has the option to use the “Update Service Reference”
WCF – Silverlight fault
I tried to make the WCF Silverlight fault work as follows:
MSDN aricle
After adding the SL fault to my Web.config file, I Received the following warning:
The element’behavior’ has inv
VB.NET – Expose WCF Service Unable to retrieve objects via Windows firewall
I built a WCF service that exposes itself for a web application, it accepts an object and prints the data on the client machine. It works fine on my development machine, and the The service is up a