Questions tagged [wcf-configuration]

Windows Communication Foundation (WCF) is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications. This tag covers its configuration aspects.

Windows Communication Foundation (WCF) is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications. This tag covers its configuration aspects.

More Info

112 questions
0
votes
2 answers

Web service contains an empty service tag

I created a WCF service. In the WSDL I can't see the URL and PORT that the service should bind on. All I see is: Any idea what am I doing wrong? maybe something in the web.config?
m0fo
  • 2,179
  • 6
  • 33
  • 43
0
votes
2 answers

Webservice returns wrong content-type response header

I am trying to use third-party web service (php-based) in asp.net c# application, and failed with service configuration.Already tried add service/web reference - all the same error : The content type text/html of the response message does not match…
tbd
  • 3
  • 1
  • 1
  • 4
0
votes
2 answers

Can a wcf client be configured via markup the same way a wcf library is hosted?

Here is my understanding of how a wcf library project is hosted. Once you create a wcf library project you have your app.config as follows:
deostroll
  • 11,661
  • 21
  • 90
  • 161
0
votes
1 answer

How to get WCF configurations if you do ConifugrationManager.OpenExeConifguration()

This post is an offshoot of my previous post. However I have not tried implementing what was mentioned there yet. I've just learned the use of ConfigurationManager.OpenExeConfiguration() to load configurations. Next question that should come…
deostroll
  • 11,661
  • 21
  • 90
  • 161
-1
votes
1 answer

400 badrequest when consuming wcf service?

I am developed one wcf service.it is working fine in my local when consuming the service.but what happend is this servce published in server.then whenever consumed this service getting 400 bad request.please help me. below is my code: namespace…
Anil Kumar
  • 303
  • 1
  • 6
  • 23
-1
votes
1 answer

WCF service and client side config file

i am new in wcf so often read many article on wcf from various site. recently i was seeing a wcf chat code and saw the config code difference at service and client end. is it mandatory that service end & client end config should look similar in…
Mou
  • 15,673
  • 43
  • 156
  • 275
-1
votes
2 answers

Client cannot connect to server

I'm newbie in WCF, so I really need your help. I have two programs which uses WCF. If they are running on one computer and client uses adress net.tcp:\Localhost:8001\MyService to connect to server(which has adress 192.168.1.1 for example) everything…
Alekstim
  • 452
  • 1
  • 8
  • 19
1 2 3 4 5 6 7
8