Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
8answers
35k views

WCF Errors using WCFTestClient to test a simple WCF Web Service

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 ...
7
votes
5answers
46k views

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 ...
5
votes
1answer
828 views

Visual Studio Wcf Test Client - entering an Int array

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 ...
4
votes
2answers
970 views

What alternitives are there to WCF Test Client?

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 again. ...
2
votes
1answer
34 views

wcftestclient - can i connect to a specific endpoint?

This should be a straightforward question. I am unable to connect to a specific endpoint using WCFTestClient tool. I have a service config. like this: <service name="CO.Services.SvcTest"> ...
2
votes
2answers
172 views

WCF service method unavailable in WCF Test Client because it uses type

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 up ...
2
votes
1answer
51 views

How to define configs multiple endpoints for a WCF self-hosted service?

I have two WCF Web API Contracts. Before this, I was happy that I could use TestClient. But after I implemented the second one I had to define endpoints (and could not use the default one) and after ...
2
votes
2answers
2k views

Why can't my operation contracts in my wcf client take interfaces as parameters?

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, it ...
2
votes
3answers
4k views

WcfTestClient “The client was unable to retrieve service metadata …”

I get this error when I attempt to run the wcftestclient application. What is odd that this happens when I load the program; before the UI to choose which service to connect to is loaded. I presume ...
1
vote
0answers
47 views

WcfTestClient.exe not able to handle circular reference?

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 ...
1
vote
2answers
80 views

WCF : How to disable WCF Test Client

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 ...
1
vote
1answer
106 views

WCF Test Client - Any way to save the services/settings to a file to reload easily later?

The WCF Test Client is a really powerful tool. I can avoid creating a new console app to test my services. However, what is annoying is that I can't seem to save the services/config I add to the ...
1
vote
1answer
1k views

WCF Test Client not working with VS 2010 on Windows 7 64 bit

I am unable to use the WCF Test Client. I always get the following error. Error: Cannot load reference assembly ...
1
vote
2answers
1k views

Why is my WCF Service not loading my Binding config?

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 ...
1
vote
1answer
527 views

WCFTestClient exception on deployed service

I use the WCFTestClient that is provided with visual studio to test my service. The thing is that the tool is working for the service that is deployed in wisual studio with my aplication. But if I ...
1
vote
2answers
1k views

WCF (net.tcp) service: Works on all but one system

I've written created a WCF service inside a Windows service, and for some reason I can't figure out, I deployed the service on a bunch of systems (all nearly identical in OS and configuration), and ...
1
vote
2answers
680 views

WCF Test Client that allows me to view/edit the request XML

From time to time we need to test why a certain request coming from our MQ to a WCF service failed. I need to be able to debug the service and find out where it went wrong and resolve the issue. The ...
1
vote
1answer
793 views

WCF Test Client Service Failed to Invoke

I'm connection IBM.Iseries database in a c# application using ADO.NET iSeries drivers. My WCF service is throwing the error as "HTTP could not register URL ...
1
vote
3answers
719 views

How do I get my wcf service to update when I use the WCF Test Client?

I have created a basic wcf service nothing more complicated than helloworld. I have tested it with both WCF Test Client and my own client app and it works fine. So with that I wanted to add a method ...
0
votes
1answer
8 views

Identity Check Issues in IIS Hosted WCF Service

I have a set of WCF Services Hosted in IIS7. I'm in the process of moving the services to a different folder in order to start specifying version and environment in the URL. For example: ...
0
votes
1answer
19 views

How do I pass value to List<string> property while testing my WCF service?

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 ...
0
votes
0answers
66 views

WCF serialization issue with custom class

I have the following classes: [Serializable] public class FileSet { public string ID { get; set; } public IList<File> Files { get; set; } public bool IsCompleted { get; set; ...
0
votes
1answer
32 views

A property with the name 'AutomatedFormatSelectionContentTypePropertyName' is not present

I get this error trying call my service in WcfTestClient My config: <services> <service behaviorConfiguration="MetadataBehavior" name="ServiceModel.Service"> <endpoint ...
0
votes
3answers
176 views

WCF REST Service not visible in WCFTestClient

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 ...
0
votes
0answers
197 views

Invoke soap wcf service in Fiddler like in Wcf test client

I have service which should support SOAP and REST. web.config <system.web> <webServices> <protocols> <add name="HttpGet" /> <add name="HttpPost" /> ...
0
votes
2answers
156 views

Is there an alternative for WCF Test Client application with better Facilities?

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?
0
votes
1answer
725 views

WcfTestClient: The contract 'IMetadataExchange' error

I created WCF service application there are no errors until I run WcfTestClient. It requires IMetadataExchange to be configured. How to configure IMetadataExchange or avoid of its usage? Error: ...
0
votes
0answers
27 views

SOATest Auto formats date param

We are using SOAtest for testing WCF service. Request object of WSDL has a input param with type defined as datetime, however, if I pass any invalid date then SOATest automatically formats that date ...
0
votes
0answers
286 views

WCF Service throwing “Inner Exception: The logon attempt failed” on method call

I've created a service to which I can connect to, download the contract and see the available methods. The problem being everytime I call one of the available methods, then following error appears in ...
0
votes
1answer
307 views

wcftestclient default config

Where can I set default config options for wcftestclient?
0
votes
1answer
1k views

Testing WCF Data service using WCF Test Client

I am unable to test a WCF Data service using the Wcf test client provided in VS2010. A regular service works fine but then for a data service I get this error when trying to call the url in the test ...
0
votes
1answer
257 views

How to debug WCF-Service with UserName Authentication?

theoretically, I can debug a WCF-service with Microsofts WCF-Testclient. Practically am I using UserName Authentication and the TestClient doesn't have the possibility to pass the User Credentials. Is ...
0
votes
1answer
111 views

Find the path to my WSDL

I have a silverlight 4 app. When I made that it created 2 projects. My actual silverlight app and one called MySolutionName.web (not sure what that does except host my silverlight page). Based on ...
0
votes
2answers
2k views

this Operation is not supported in WCF Test Client Error

Actually i implemented WCF service in IIS Host Using WCF Test Client tool I get this error: "this Operation is not supported in WCF Test Client". http://desbiz:49615/GestionProvision.svc Using ...
0
votes
3answers
2k views

Can IIS-hosted WCF service be configured for BOTH Windows Auth and Anonymous?

I've got a small WCF webservice working with the built-in WCF Service Host and with hosting by the Visual Studio 2008 built-in development webserver. I these hosting enviroments I have relied on the ...