wshttpbinding
Retrieving the MessageId automatically set by WCF when using WSHttpBinding
I use WCF to consume a web service that respect the WS form (I then use WSHttpBinding binding). This form involves a MessageID to be set in the header of the soap request and the same id being present[详细]
2023-01-23 20:59 分类:问答Did anybody use WS-AtomicTransaction protocol to propagate transactions in WCF over the Internet?
Just curious, did anybody开发者_开发百科 use WS-AT protocol to propagate transactions in WCF over the Internet in production(wsHttpBinding)?[详细]
2023-01-20 09:44 分类:问答WCF service binding wsHttp vs. basic with no authentication
I am attempting to create a WCF service with anonymous authentication. When I deploy the service to the destination server that is not on my current domain I receive the following error when attemptin[详细]
2023-01-18 05:28 分类:问答axis 2 web service : null parameters issue with http binding
I am trying to develop a web service with axis2. The problem is that I don\'t get the parameters passed in the url for an http Binding.[详细]
2023-01-16 12:35 分类:问答WCF service with wsHttpBinding and x509 Certificate - can I consume/connect using VB/C# WITH PHP?
We connect to a web service hosted by another company.We send a customer\'s basic info to the service, and it replies with rates/prices for that customer.[详细]
2023-01-14 04:33 分类:问答Getting "The Security Support Provider Interface (SSPI) negotiation failed" when using a ServiceHostFactory
I recently started using a开发者_运维问答 custom ServiceHostFactory because I want to use dependency injection with WCF.Both my client and service are being run from VS2010 on my local machine and the[详细]
2023-01-13 18:48 分类:问答WCF & Java Interop using WSHttpBinding,
I开发者_开发问答’m trying to get a simple WCF application work with Java Client. Service exposes few simple operations using WSHttpBinding, which it does perfectly.[详细]
2023-01-08 08:16 分类:问答Accessing wcf web service with powershell2
I\'m trying to write a cmdlet that accesses one of my wcf webservices. I\'ve been looking at the new cmdlet : New-WebServiceProxy, but it only really seems capable of consuming ASMX webservices.[详细]
2023-01-05 10:41 分类:问答How to read value of an attribute defined in app.config?
I have a app.config file that in the form of : <?xml version=\"1.0\" encoding=\"utf-8\" ?> <configuration>[详细]
2023-01-05 01:27 分类:问答WCF Service : WSHttpBinding
I\'ve created the test self-hosted wcf application and tried to add support https. Code of server application is:[详细]
2023-01-04 07:03 分类:问答