Tagged Questions

0
votes
1answer
11 views

WCF - ASMX - CommunicationException

So I've got a WCF client consuming an ASMX web-service. Everything works fine, except exception handling. Where I should get a (non-contractual) FaultException, i get the Communic …
1
vote
3answers
140 views

accessing WCF service through URL

I have a WCF service ( Let's say WCFService1 ) is deployed on two remote machines. Since the same service is deployed on two different machines they have common interface and commo …
0
votes
1answer
23 views

WCF Http to Tcp Proxy

I have a number of WCF services on my internal network which are hosted by IIS 6 using the basicHttpBinding. There are several existing applications which use these services by us …
1
vote
1answer
41 views

What is the proper life-cycle of a WCF service client proxy in Silverlight 3?

I'm finding mixed answers to my question out in the web. To elaborate on the question: Should I instantiate a service client proxy once per asynchronous invocation, or once per …
0
votes
2answers
35 views

WCF proxy client generated with wsdl not matching for ServiceContract, XmlSerializerFormat attributes.

Hi, I am developing WCF services in .net 3.5 framework and hosting them in IIS 5.1 windows xp sp3 with basicHttpBiding. Services consuming client developed in .net 2.0 framework. …
0
votes
1answer
25 views

There was no endpoint listening at <URI> that could accept the message. This is often caused by an incorrect address or SOAP action.

I have two WCF clients consuming a 3rd party web service. These two clients execute the same method call. In the one case it works every time, in the other I get the "There was n …
0
votes
0answers
15 views

How Do I Correctly Use DisplayInitializationUI in WCF to Prompt the User for Credentials to Authenticate and use Web Services in a Different Domain?

I have a WPF client that connects to a set of WCF web services. We have a Dev, Test, Volume and Production domains, with the services available on a server in each domain. The doma …
1
vote
2answers
26 views

How to ensure that a machine name is valid and running?

I have a wcf service deployed on mulitple machines on the intranet. User can access the machine through internet by connecting its machine through SSL (secured connection of the cl …
0
votes
2answers
47 views

Is it possible to hack a WCF client to pass message credentials w/out SSL?

I wrote a custom WCF binding a while back to allow my load balanced farm to host services via IIS. The reason for the custom binding was that each server didn't have SSL but neede …
0
votes
2answers
86 views

Can add one Service Reference for multiple WCF Service Contracts

I have multiple Service contracts defined in one WCF library which are hosted under a Windows Service. These Services are exposed as follows in Windows Service config file: <se …
1
vote
4answers
68 views

WCF WebHttpBinding Testing Tool

I'm developing WCF RESTful Services and looking for a testing tool/invoker for calling these services without writing client code. Can anybody refer me to a tool for invoking RESTf …
0
votes
1answer
51 views

Create WCF client programmatically…

Hello all, I have a website with a Silverlight-enabled WCF service. The service works fine, and I can browse to the WSDL page in the browser with no problems. Now, I am trying to …
0
votes
1answer
52 views

Client timeout when using WCF through Spring.net

I'm using WCF through Spring.net WCF integration link text This works relatively fine, however it seems that WCF and Spring get in each other's way when instantiating client chann …
2
votes
2answers
91 views

Simple query regarding WCF service.

Hi All, I have a WCF service which has two methods exposed: Note: The wcf service and sql server is deployed in same machine. Sql server has one table called employee which main …
0
votes
0answers
73 views

Errors using SvcUtil.exe on a wsdl to generate proxy class - xs:group element

I'm trying to use SvcUtil against a wsdl file to generate proxy classes, but I'm getting an element missing error that I think is related to schema group elements. Does anyone kno …

1 2 3 4 5 next
15 30 50 per page