2,314 questions
2
votes
1
answer
809
views
Generated WCF proxy configuration uses server's local name
We have a service hosted behind our firewall that receives request forwarded through to it by the external router. The service is working fine, however whenever one of our clients adds a service ...
3
votes
8
answers
1k
views
Programmatically 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?
1
vote
2
answers
1k
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!
52
votes
8
answers
62k
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 ...
1
vote
2
answers
2k
views
2d path finding with multiple possible end points?
I currently have another question to do with path finding in Java. However I feel this is a separate question.
I'm making a game. The path-finding will need to be able to deal with multiple possible ...
5
votes
6
answers
13k
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 ...
0
votes
1
answer
507
views
Sharepoint and SQL server Endpoint
I created a LinkedServer on MS SQL Server 2005 pointing to my Active Directory. Nothing too fancy. Simple LinkedServer with ReadOnlyAdmin Account assigned to CONNECTAS Property.
Then I created some ...
3
votes
5
answers
5k
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
1
answer
5k
views
Why does my WCF service not respond my baseAddress setting in web.config?
I'm trying to learn how to build RESTful services with WCF by recreating the project on this blog post by Anthony Steele. He uses the following XML in his config to setup the endpoint for the service.
...
12
votes
3
answers
23k
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>
<...
389
votes
35
answers
406k
views
Could not find default endpoint element
I've added a proxy to a webservice to a VS2008/.NET 3.5 solution. When constructing the client .NET throws this error:
Could not find default endpoint element that references contract '...
2
votes
2
answers
194
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, ...
3
votes
4
answers
2k
views
WCF Endpoint with Priority [closed]
I need WCF service with 3 endpoints
High
Normal
Low
Most of messages will come through Normal and Low Endpoints.
If Message on High will appear it have to be processed asap.
Does anyone knows how ...
3
votes
2
answers
814
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 ...