wcftestclient Questions
7
I have a WCF web service running in IIS 7 using a self-signed certificate (it's a proof of concept to make sure this is the route I want to go). It's required to use SSL.
Is it possible to use the...
Wobble asked 8/5, 2010 at 1:8
4
Been using the WCF Test Client for years now, testing externally hosted webservices that I consume.
I have often cursed about the inabillity to save a standard confuguration with settings about th...
Berlauda asked 20/2, 2018 at 13:2
10
WCFTestClient The HTTP request is unauthorized with client authentication scheme 'Anonymous'
I've created one WCF service and deployed it on Server. When I browse this service it gives me positive response with ?wsdl URL. Now I'm trying to test the service through WCF Test client. It shows...
Homogenesis asked 25/6, 2009 at 13:46
3
Solved
I'd like to run WcfTestClient (one that's included with VS2012) on a different machine without installing VS2012. Is this possible? On the machine I've installed .NET 4.5 but when I try to add web ...
Garling asked 10/3, 2013 at 18:26
8
Solved
I created a new WCF Application. It has a svc file & a code behind, When I try to debug (F5) then I see the following.
If svc file is open & press F5 then it opens the web browser
If code...
Lightfingered asked 9/12, 2011 at 6:6
4
Solved
I am trying to use the WCF Test Client to test a WCF service I have built.
The service has one method "SubmitRequest".
[OperationContract]
Response SubmitRequest(Request request);
When I load ...
Duro asked 19/12, 2011 at 21:34
6
Solved
I have a new WCF Service Application, when I hit F5 to debug, the WCF Test Client always comes up, but I would like to disable it since I am using soapUI to test instead.
I have tried the answer h...
Ocko asked 6/3, 2013 at 16:17
3
Solved
I feel like it should be easier to test my WCF Services.
Is there an alternative to WCF Test Client?
Something with these features:
Can save my object trees (method parameters) to be used agai...
Quigley asked 2/3, 2010 at 18:38
3
Solved
I use wcf test client for testing my wcf services, but it has some shortages. Is there an alternative for WCF Test Client application with better Facilities?
Pharos asked 23/7, 2011 at 11:48
1
Solved
I often use WCF Test Client. Unfortunately this tool does not order alphabetically nor in "order of appearance" (order in which operations are declared in service contract class). This make it quit...
Shipway asked 4/2, 2013 at 20:35
1
I'm working on a wcf project. Some of my services return objects that contain circular references. The serialization of these objects is handled through setting IsReference to true on DataContract ...
Ribal asked 31/12, 2011 at 7:29
1
Solved
trying to build a RestFull service with wcf running in the WcfTestClient.exe. The problem is that I get an error:
Failed to add a service. Service metadata may not be accessible.
I added a mex e...
Alizaalizarin asked 9/7, 2012 at 7:21
3
Solved
I have successfully configured 3 endpoints for my prototype service. The endpoints are basicHttpBinding, wsHttpBinding, and webHttpBinding. The only glitch I have at the moment is in the WCFTestCli...
Ataman asked 20/9, 2011 at 1:43
1
Solved
I am testing a WCF service method which accepts a DC type parameter, some of my DC properties are of type List. How do i pass values to that, I tried strings in "", did not accept, Please refer the...
Rothmuller asked 10/1, 2012 at 8:21
5
When I try to test the AutoLotWCFService using "wcftestclient", I get the following error. What am I doing wrong? Any insight will help. This is a simple Web Service that has wshttpbinding with int...
Liqueur asked 9/10, 2008 at 22:26
1
Solved
Where can I set default config options for wcftestclient?
Thomasson asked 11/3, 2011 at 9:26
2
Solved
I have the problem with the following error: "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the a...
Meagher asked 27/10, 2010 at 17:16
2
Solved
I have a simple wcf Service Contract that works fine if I use the concrete implementations for the interfaces, but if I want to use the interfaces in the paramaters instead of the concrete classes,...
Cerium asked 15/9, 2010 at 18:13
1
Solved
I've found the Visual Studio WCF test client quite useful when it comes to a quick test of my WCF service.
This is the test client found in this location relative to your Visual Studio install dire...
Antilogarithm asked 30/4, 2010 at 8:17
1
© 2022 - 2024 — McMap. All rights reserved.