Tagged Questions
The endpoints tag has no wiki summary.
9
votes
3answers
9k views
What is an “endpoint” in WCF?
I was under the impression that an endpoint was defined in a config file as the list of possible clients but that makes no sense (in the sense that I assumed it said what computers could connet to the ...
5
votes
2answers
1k views
“Portable” JAX-WS client
I deployed a JAX-WS Service and use wsimport to generate client code.
Because I run wsimport on localhost, I got the client code with binind on "localhost" address.
But I want to reuse those client ...
5
votes
3answers
1k views
WCF service returning another service (service factory?)
We are using WCF for communication between a client and a server application. The client application has many features that requires communication to the server - and we have chosen to implement this ...
5
votes
6answers
7k views
How do I get the server endpoint in a running flex application?
I need a way of getting the active server address, port, and context during runtime from my flex application. Since we are using ant for our build process, the server connection information is ...
5
votes
3answers
12k views
Can several WCF services share a common BaseAddress?
I've got an assembly containing several WCF services, each with its own contract. It all works nicely. The service config in the app.config for the service looks like this:
<services>
...
4
votes
4answers
3k views
How to programatically set a single endpoint for a WCF service
I'm trying to allow for user configuration of a WCF service, including the IP and port number that the service listens on. The user has a separate config application that allows for these values to be ...
3
votes
2answers
397 views
Multiple endpoints for single contract in WAS-hosted WCF service?
If one needs to expose multiple endpoints (e.g., one with basicHttpBinding, and another with netTcpBinding) for a single contract in a heterogeneous environment, on a WAS-hosted service, how does one ...
3
votes
3answers
7k views
WCF Self Host Service - Endpoints in C#
My first few attempts at creating a self hosted service. Trying to make something up which will accept a query string and return some text but have have a few issues:
All the documentation talks ...
3
votes
5answers
2k views
SQL Server 2005 DB Mirroring Error
I'm getting the following error when trying to setup SQL Server 2005 DB Mirroring on my servers. I am running two Win2K3 servers with SQL 2005 on each with one of those running alongside a SQL 2000 ...
2
votes
1answer
221 views
VB6 software consuming WCF web services. Endpoints in App.config. Err VB6 has no App.config
We have an EPOS system that is built in VB6. A client is using Microsoft Dynamics AX as a CRM system. A 3rd party has created the AX implementation for our client and they've exposed a set of WCF web ...
2
votes
2answers
182 views
How can I discover current endpoints of my c# application programatically?
How can I code a c# sample for reading my Client endpoint configurations:
<client>
<endpoint address="http://mycoolserver/FinancialService.svc"
binding="wsHttpBinding" ...
2
votes
2answers
1k views
Create WCF endpoint configurations in the client app, in code?
I am trying to consume a WCF web service from a .NET client application, and I think I need to be able to programmatically create endpoints, but I don't know how. I think I need to do this because, ...
2
votes
3answers
383 views
How to add a default endpoint behaviors to all services
I'm attempting to add an endpoint behavior to all services of a host.
So for example, I have a couple of .svc ServiceHost declarations and I want to know how I would be able to configure this via ...
2
votes
2answers
1k views
What is the difference between tcp::endpoint and udp::endpoint in Boost::Asio?
It seems boost::asio defines a separate endpoint class for each protocol, which is irritating if you want to perform both UDP and TCP operations on a particular endpoint (have to convert from one to ...
2
votes
2answers
1k views
How do I create a Mule ESB Service to HTTP POST using name/value pairs?
I need to create a mule service that will POST data to a web service that expects name/value pairs (not xml), then process the XML response from that service. I cannot find a good example on how to ...
2
votes
1answer
429 views
USB Endpoint Stalled Error
I am getting "endpoint stalled error" in my CDC device. The usb stack is detecting the cable. The state is set as running but the errorcode is set as 0x11 which indicates 'USB_ENDPOINT_STALLED'. I ...
2
votes
2answers
4k views
Getting the IP Address of a Remote Socket Endpoint
How do I determine the remote IP Address of a connected socket?
I have a RemoteEndPoint object I can access and well as its AddressFamily member.
How do I utilize these to find the ip address?
...
2
votes
3answers
6k views
How Do I configure Multiple Service Endpoints in WCF?
I'd like some basic guidance on setting up my WCF configuration.
This is my first serious effort with WCF (and first post on
stackoverflow).
I have a WCF class library (APILibrary) that I am ...
2
votes
8answers
692 views
Programmically configuration of endpoints vs. web/app.config
Has any put much thought into this? Personally, I think managing endpoints in configuration files are a pain. Are there any pros/cons to doing one over the other?
2
votes
2answers
142 views
Labeling Web Service endpoints
The web service endpoint usually is defined in an early stage of a project. Since it follows the "contract first" principle, it shouldn't be changed after communicated to client systems.
Therefore, ...
2
votes
2answers
576 views
How can I load different endpoints for WCF in SQL CLR?
We're deploying some new WCF calls in our SQL 2005 DB using the CLR. In testing, I hardcoded in the code the endpoint to connect to, and deployed it to our test server. When we go to deploy this to ...
1
vote
1answer
19 views
How to configure the wcf service to view the test page without pointing to svc file in address box?
I have created a working wcf service. I have come a cross a page regarding wcf services
which describes the process for eliminating default wcf service page.
It is here ...
1
vote
2answers
41 views
Is it possible to run two ws implementations with one Endpoint?
I have two webservices implementations that shares some namespaces(Uses same objects - object C in example).
I whant to publish it so
1) There will be shared generated objects for the client side ...
1
vote
1answer
266 views
WCF WebHttp, Service, Behaviors, Endpoints, Custom Formater
I followed this guide for creating my custom formatter so I could use the Newtonsoft Json.NET for object serialization since the built in Microsoft one doesn't support cycles from parent/child ...
1
vote
1answer
84 views
Polygonizing a pixelated 2D curve
I have a bunch of pixelated binary curves (that is, the pixel is 1 if the curve runs over it and 0 otherwise), and I'm looking for an algorithm that can return a polygonal chain that approximates the ...
1
vote
2answers
171 views
When/Why would I use Multiple Endpoints VS a Single Endpoint in a WCF service?
What is the difference between using a Single Endpoint or Multiple Endpoints in a WCF service? Are there times you would want to use one over another?
In my situation, we have two endpoints: One for ...
1
vote
0answers
143 views
WCF routing backuplists - logging when they are used
Is there anyway to add some logging or a behaviour to the WCF routing list so that I can log when the routing has made use of an endpoint on a backup list?
<filterTables>
...
1
vote
0answers
83 views
IAuthorizeRemotingConnection .NET Remoting
I have exhausted my efforts to find any useful information about the IAuthorizeRemotingConnection interface in regards to .NET Remoting, and I'm not really finding anything useful.
The issue here ...
1
vote
1answer
227 views
Adding WCF Message Inspectors at Runtime
I have created a custom ServiceHost that I would like to use to automatically add a message inspector to every endpoint of a service that is running on it. I have created a MessageInspector that ...
1
vote
4answers
1k views
How to configure a single WCF Service to have multiple HTTP and HTTPS endpoints?
What I am trying to do is get a SINGLE WCF Service to work in the development environment which is the HTTP scheme, and, also, have the SAME service work in the production environment which is the ...
1
vote
1answer
960 views
Overriding config file WCF Base Addresses in code
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"/>
...
1
vote
1answer
1k views
C# WCF Server retrieves 'List<T>' with 1 entry, but client doesn't receive it?! Please help Urgently
I've been battling and trying to research this issue for over 2 days now with absolutely no luck.
I am trying to retrieve a list of clients from the server (server using fluentNHibernate).
The client ...
1
vote
1answer
447 views
WCF endpoint address, default still available after specifying an address
These are my endpoints
endpoint name="rest" address="" binding="webHttpBinding"
behaviorConfiguration="poxBehavior"
contract="IActionService"
endpoint address="mex" ...
1
vote
2answers
606 views
WCF HTTPS and HTTP bindings with single web.config
Is there any way I can accomplish the following:
Single Web.config file for a .net web application.
the web application exposes a number of WCF services for consumption by javascript.
Production ...
1
vote
1answer
808 views
What happens when a WCF client specifies multiple endpoints for the same contract?
Will it consume from all of them?
Will it throw an exception?
1
vote
3answers
348 views
REST friendly WCF Endpoints in .NET 3.5
I wanted to create REST friendly URLs with my WCF service endpoints by avoiding the use of .svc. I know I can accomplish this by using IIS rewrite module to append the .svc.
Does anyone else know of ...
1
vote
1answer
205 views
Flex Builder Endpoint Tokens
I'm trying to get a better understanding of how endpoints work. I've read this and have learned that the services.config is "baked" into the swf at compile time. In that article he references the ...
1
vote
1answer
668 views
Need Help With AJAX-Enabled WCF Services (Please Look @ System.ServiceModel in Web.Config)
I have been having some problems with this for a few days now...
I have designed a WCF Class Library - WebAPILibrary. It is under my
solution which also contains my web project.
I now am ...
1
vote
1answer
2k views
Multiple endpoints under IIS
I have been trying to add a new endpoint in a service hosted under IIS but haven't been able to figure it out for the past day or so.
This is my understanding:
you can have multiple endpoints under ...
1
vote
2answers
475 views
calling SQL Server Endpoint web service
I understand that SQL Server endpoint returns data using SOAP.
Does anyone know if they can return JSON data?
Thanks!
0
votes
2answers
36 views
Azure custom endpoint
We are using more than one WCF RESTful application on Azure, one for users on Xbox 360 and one for users on PS3. The underlying architecture for both need to vary slightly so we are unable to combine ...
0
votes
1answer
31 views
The relative address of a WCF service endpoint when base address already supplied
I too am learning WCF and am new to Web Services and have a very basic question. Please indulge me! The example in the book I'm using (Learning WCF) created a ServiceHost instance specifying a base ...
0
votes
0answers
74 views
Azure worker role unhealty after client disconnects from net tcp service
Hello guys,
I am having a problem with a worker role when i deploy it to the Azure cloud. On the Local Emulator everything works ok but in the cloud the role becomes unhealthy after i disconnect ...
0
votes
2answers
123 views
Advantages of multiple endpoints in WCF service
I am new to WCF. Please tell me what is advantage of creating multiple endpoints to a wcf web service?
Also can you please help me with an example that how to host such service in IIS and how a wcf ...
0
votes
0answers
116 views
Axis2 - how to remove “services” from the endpoint
I need to do something weird with a webservice implemented with Axis2.
I have this endpoint:
http://localhost:9090/contextPath/services/ServiceNameService
and I need to change it to:
...
0
votes
1answer
125 views
Need to provide a way to connect to multiple SOAP Endpoints programmatically
Given:
Multiple clients with a Service.asmx page that has some web methods that I need to connect to.
A Utility function that takes input to determine which client needs to be connected to. This is ...
0
votes
1answer
147 views
WCF service authentication method
I'm building a WCF SOAP service at the moment. I will, of course, need some authentication on the service.
Reading this very helpful blog post says that to use the built-in authentication points ...
0
votes
1answer
66 views
RESTful endpoint returning multiple different structures?
Looking at a third party API (HTTP) and it can return data (XML) in different structures (NOT different types - JSON, XML) depending on parameters supplied in the query string to an endpoint.
Is this ...
0
votes
4answers
850 views
Dynamics CRM: unavailable XRMServices/2011/Organization.svc
I try to discover service endpoint .../XRMServices/2011/Organization.svc and I've the error shown below
An error has occurred.
Try this action again. If the problem continues, check the Microsoft ...
0
votes
0answers
244 views
WCF service endpoints give a 404 error
I have a WCF service setup in a project that is used for ajax calls. I am able to access the service's main page (~/AjaxService.svc) without problems but when I try to access the endpoints it will ...