wcf-binding
Can I use a named pipe binding in a WCF service that supports multiple clients?
I have been doing some reading in preparation forstarting my first WCF project and have come across this statement in Juval Lowy\'s book(Programming WCF Se开发者_如何学运维rvices):[详细]
2023-03-25 06:57 分类:问答How to make a WCF Service hosted in IIS 6 Use the Host Name in Metadata instead of the IP Address?
Can anyone confirm or deny that it is possible to set an IP address as a host header on IIS 6.0? I have seen others on forums that claim to have made this wo开发者_JS百科rk however I am having no luc[详细]
2023-03-24 02:43 分类:问答Error publishing WCF service with net.tcp bindings
I\'m trying to publish a WCF service on IIS 7.5 net.tcp enabled and I get the following error: Could not find a base address that matches scheme net.tcp for the[详细]
2023-03-23 20:32 分类:问答WCF is using the computer name instead of the IP address and cannot be resolved
I hav开发者_如何学Pythone a WCF service that works fine on the LAN but when trying to access it from outside the service reference fails.[详细]
2023-03-23 10:07 分类:问答Class data members in a Silverlight-enable WCF Service
I have class in my SVC file. I originally created it with only few data members. I have since add more. The problem is that when add these members don\'t appear when I call the service. I have a selec[详细]
2023-03-23 05:57 分类:问答WCF PrincipalPermission opertaion properties not working
I am trying to add this property to my operation. i am using Basic authentication on IIS over basic http binding.[详细]
2023-03-23 05:08 分类:问答How do you disable security in wcf for a customBinding
I have a service that was previously configured to use nettcp binding.This configuration worked. Its binding looked like this:[详细]
2023-03-23 04:17 分类:问答Problem with having 2 endpoints : wsHttpBinding and netTCPBinding
I am learning WCF and developed a service first with wsHttpBinding and hosted it on a IIS7 (win7) and consumed the service from a Windows client application. It was working fine (used the WCF Service[详细]
2023-03-22 20:47 分类:问答Binding for message type in WCF
I have a method in WCF which has a return type of Message as well as the input as message whcih type of binding will be used for this...what will be the service model 开发者_开发问答in my config fileT[详细]
2023-03-22 17:53 分类:问答WCF receiving a request with a SWA payload
We have a requirement to build a WCF web service that uploads a document into Sharepoint. Our Enterprise service Bus is a IBM product called WPS (websphere process server) and the request is coming fr[详细]
2023-03-21 09:51 分类:问答