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
Just curious, did anybody开发者_开发百科 use WS-AT protocol to propagate transactions in WCF over the Internet in production(wsHttpBinding)?
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
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.
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.
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
I开发者_开发问答’m trying to get a simple WCF application work with Java Client. Service exposes few simple operations using WSHttpBinding, which it does perfectly.
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.
I have a app.config file that in the form of : <?xml version=\"1.0\" encoding=\"utf-8\" ?> <configuration>
I\'ve created the test self-hosted wcf application and tried to add support https. Code of server application is: