wcf-endpoint Questions

24

Solved

I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error: An error occurred while receiving the HTTP response to http://xx.xx.x.xx...
Tamarin asked 3/5, 2011 at 14:24

17

I recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly since I am able to successfully add the service to WcfTestClient. However, I seem to be...
Lurdan asked 24/2, 2010 at 19:27

3

Solved

So here is my problem. I have a client that is utilized within a service, and when I test said service using the built-in test host in Visual studio, all of the service contracts are available. But...
Reducer asked 27/7, 2015 at 19:40

3

I have create a EndpointAddress like that EndpointAddress address = new EndpointAddress("http://example.com/services/OrderService.svc"); But I could not add the Behavior to this Endpoint program...
Alga asked 27/1, 2011 at 4:13

5

Solved

I have a WCF service that works fine on the LAN but when trying to access it from outside the service reference fails. My WCF service is hosted on a win2k3 box that is using a static IP no domain....
Karelian asked 28/7, 2011 at 17:56

6

Solved

I'm trying to follow along with the demo videos on the beginners to WCF page on MSDN. The first video worked more or less fine. I'm now towards the end of the second video. I am using VS2010 / .NE...
Usually asked 25/10, 2011 at 15:3

1

Solved

I have a WCF service let's call it UserService. The UserService has a reference to a class library. Let's call it DoWork.dll. The DoWork.dll has a WCF service reference to a different service we'll...
Personally asked 16/8, 2013 at 14:55

2

Solved

Hej guys, i'm trying to access a webservice hosted on a virtual machine (Windows 7) from my Ubuntu Host using Mono. I can import the wdsl file and generate the service reference. I copied the App...
Arabella asked 7/6, 2012 at 20:33

4

Solved

I'm trying to learn some WCF on my own. I have C#/ASP.net knowledge but I am new to WCF. I am using Visual Studio 2010 to develop some apps while I learn. I developed a small web service which act...
Acquit asked 2/6, 2012 at 0:31

3

Solved

I have a WCF service that I am connecting in client application. I am using following in configuration file. <system.serviceModel> <bindings> <basicHttpBinding> <binding...
Scauper asked 20/7, 2012 at 17:1

1

Solved

I have created three assemblies. A web site, a WCF service and a contracts assembly that holds the interfaces that the services implement. I would like to use Castle Windsor to create the services ...

2

Solved

I have a wcf service thats exposing a service using two endpoints. One endpoint is used for web service calls while the other is using rest. Is there a way to determine from which endpoint the se...
Stephaniestephannie asked 8/2, 2011 at 14:55

1

Solved

I have a WCF Windows service with an endpoint specified in the config file for the service. <baseAddresses> <add baseAddress="net.tcp://localhost:9000/MyEndpoint"/> </baseAddresses...
Erfurt asked 21/6, 2010 at 15:52

1

Solved

I have handhelds that need to communicate via basicHTTPBinding. I have a contract and everything works as advertised. I need to expand it to easily support changing to a test environment, training...
Baudekin asked 25/6, 2010 at 14:24
1

© 2022 - 2024 — McMap. All rights reserved.