0
votes
0answers
3 views
How to store unit test values in a load test
I am load testing a service which tests a number of connections per minute. One of the checks that I’ve been asked to log is the response time of each connection. The unit test sto …
0
votes
2answers
37 views
Prevent postback in current page while chunking and sending data to a WCF service
hey guys,
I have a silverlight app on an MVC page that user's can draw on, when they click save an event fires in both MVC and silverlight
The MVC event redirects to a page where …
1
vote
2answers
32 views
how to consume a WSDL web service in iphone?
I have a wcf web service which returns a wsdl response when I invoke the service.How can I consume a WSDL web service in iphone?
0
votes
5answers
670 views
WCF Callback Channel gets disposed prematurely?
My application is using the net.tcp WCF service with a callback channel. For some reason I'm not able to send callbacks on event. Here's what I'm doing (all code server-side):
On …
0
votes
1answer
20 views
Fluent WCF (in code) configuration/hosting for multiple clients?
Doesn't configuring WCF in code require more coupling with the model and service libraries?
If I'm understanding it correctly, you configure the host in code in the same project …
1
vote
3answers
139 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 …
1
vote
4answers
50 views
“Unable to connect to the remote server”
I'm able to call a 3rd party vendor's web service from a Windows form program just fine. When I try to call the same web service and web method and same URL from a WCF web service …
0
votes
2answers
125 views
Silverlight ignores WCF path from web.config file.
I am writing a Silverlight app calling WCF service.
Another solution contains following projects for Silverlight:
- Web project for hosting silverlight app
- Silverlight app proje …
1
vote
3answers
43 views
Unit testing database-dependent Window services
We have a set of services in .NET 3.5\C# and WCF.
The NUnit tests need the services to be running and listening for requests.
The services need an updated SQL database to be ready …
0
votes
2answers
38 views
Unable to deploy a simple WCF - Get the “The resource cannot be found”
I created a very simple WCF and deployed it to the hosting provider by doing a "Copy Website". Locally, it's setup to use the development server (not in IIS). The domain is under F …
0
votes
1answer
24 views
Deploying a WCF service to the shared host environment
I created a very simple WCF class library and added this project to the solution that has a web project. I added a reference to the service from the web project. Locally, everythin …
1
vote
3answers
210 views
WCF over SSL - 404 error
Okay, I must be missing something utterly simple here, because I've been googling for days, and looking at dozens of answers there, and here on SO, and i just CANNOT get this to wo …
0
votes
1answer
48 views
How to Configure the Virtual Directory to Require SSL ?
I am using IIS V5.1
I have wcf service application for which I am using security mode = Transport.
and wshttpbinding.
How can I Configure the Virtual Directory to Require SSL ?
1
vote
1answer
40 views
Can a WCF Service provide publish/subscribe activity to a Linux-based C++ client application?
I have a WCF service written to provide certain functionality to intranet-based clients. This is easy when a client is running Windows. I want to implement the same functionality …
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. …
