Questions tagged [endpoints]
228 questions
5
votes
6 answers
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 dynamically specified in our build properties file, and…

Nik Reiman
- 39,067
- 29
- 104
- 160
5
votes
3 answers
Get instagram's video media source using oembed endpoints
THE CONTEXT
I have a piece of (jQuery) ajax code that has been happily working for about 9 months until the last couple of weeks or so.
This code uses Instagram's embedding endpoints that allows me to get the media source (image or video) out of a…

JFK
- 40,963
- 31
- 133
- 306
5
votes
1 answer
app engine: no api in explorer
I'm trying to use the Google Plugin to create a Web API as shown in this video:
Building web API's for Android
seen from 26:50 until 39:40
I need a database for my Android app and try to use Google cloud endpoints, but am unable to do it following…

Boy
- 7,010
- 4
- 54
- 68
4
votes
2 answers
Reddit Endpoint for comments for a particular article
I am trying to get all of the reddit comments for a particular article.
On the Reddit API page, it seems to suggest that:
www.reddit.com/r/subreddit/comments/ARTICLE
will get me these results (article being a variable), however if I go to an…

Steven Matthews
- 9,705
- 45
- 126
- 232
4
votes
4 answers
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 set, but the problem I am running into is that…

JustinD
- 1,646
- 1
- 12
- 15
4
votes
0 answers
Jax WS - wsgen throwing ModelerException: Web service endpoint could not be found
This is a common problem. But looks like my classes and interface are annotated correctly. Please let me know if I am overlooking at something. Thanks in advance. I searched a lot in internet but nothing helping me out.
Exception…

user1713784
- 43
- 3
4
votes
2 answers
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 IIS as long as they have unique addresses.
you…

kay.one
- 7,622
- 6
- 55
- 74
3
votes
5 answers
Unavailable XRMServices/2011/Organization.svc
I try to discover service endpoint .../XRMServices/2011/Organization.svc and I've this error:
An error has occurred.
Try this action again. If the problem continues, check the Microsoft Dynamics CRM Community for solutions or contact your…

sultan
- 5,978
- 14
- 59
- 103
3
votes
5 answers
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 Version. After restoring the database with…

Middletone
- 4,190
- 12
- 53
- 74
3
votes
1 answer
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?

Remotec
- 10,304
- 25
- 105
- 147
3
votes
1 answer
websharper F# endpoints - catch all page handler and page redirect
sorry this is such a long post
I am using F# and WebSharper (I am new to both technologies)
I have some endpoints defined (I have working code until I add the NotFound endpoint)
type EndPoint =
| [] Home
| [

Derek Lavine
- 103
- 8
3
votes
1 answer
Google Cloud Endpoints Framework API Explorer doesn't work after migration
I migrated to Endpoints Framework 2.0 and it works locally but when I deploy to App Engine my endpoints API doesn't seem to work.
I'm supposed to be able to view my API using the explorer:
https://[PROJECT_ID].appspot.com/_ah/api/explorer
But when…

pldenc44
- 748
- 1
- 6
- 14
3
votes
1 answer
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 implements IDispatchMessageInspector and…

mclark1129
- 7,532
- 5
- 48
- 84
3
votes
2 answers
How to retrieve comments from a media in instagram?
I'm working on a project which aims to analyse instagram users' posts. I have a list of users and for each of them I have to crawl the recent media with the number of likes, comments and the text of comments.
By using the recent media endpoint I've…

user2614596
- 630
- 2
- 11
- 30
3
votes
2 answers
Google App Engine configuring Endpoints API
I have a problem configuring Endpoints API. Any code i use, from my own, to google's examples on site fail with the same traceback
WARNING 2016-11-01 06:16:48,279 client.py:229] no scheduler thread, scheduler.run() will be invoked by…

dgmt
- 485
- 1
- 3
- 13