Questions tagged [endpoints]
228 questions
0
votes
2 answers
foursquare api - anyway to find original instagram post
I'm using the foursquare api to get photos for checkins. Its clear the source of a lot of these checkins is instagram.
When I pull the photo down, is there a way to get the original instagram url? Not just for the photo but the detail…

fansonly
- 1,150
- 4
- 14
- 29
0
votes
1 answer
jsPlumb Endpoint offset
First of all let me say I'm kind of new to jQuery and I'm definately new to jsPlumb altough I have checked the official documentation I've not been able to get a solution to this problem.
I have 2 draggable div elements that each have an endpoint so…

noobzor
- 16
- 5
0
votes
1 answer
Windows Azure Endpoints - how many can you have per subscription?
Hej!
We have just started using Windows Azure and are now in the phase of designing our infrastructure. A question that I haven't really found a stright answer for is weather there is a limit on how many endpoints I can have per subscriptions. Some…
0
votes
1 answer
Variables in SOAP endpoint
I'm writing a proxy for some services that have industry standard wsdls. The project's goal is to have all participants send their requests to the proxy, regardless of format, and we will wrap the messages and send it on to the intended…

Zach Melnick
- 521
- 1
- 6
- 15
0
votes
1 answer
BTS ESB Storing EndPoints information
Which method would be the best to store EndPoints information in programmable repository rather than hard-coding in BizTalk ESB2.0 tool kit?

Software Enginner
- 675
- 2
- 14
- 43
0
votes
2 answers
Shared DataContract Worker Role / Web Role
I have an Azure Web Role linked to a Worker Role via an internal endpoint for the purpose of using the worker role to serve up data to the web role, maintaining isolation between the web-role and the database [which contains sensitive data]. There…

Grant Roy
- 46
- 1
- 1
- 9
0
votes
1 answer
What data is sent as part of http response
What is actually sent within a http request response ?
In below simple spring controller a String is sent to client. But this string is wrapped in some html elements that the browser understands ? Is this response always the same but different…

blue-sky
- 51,962
- 152
- 427
- 752
0
votes
1 answer
WCF service not working after program update
I have recently added a WCF service reference to my program. When I perform a clean install of this program, everything seems to work as expected. But, when I install the program on a client which already has a previous version (without the new…
user160747
0
votes
2 answers
How to use EndPoints to generate API library in Objective-C in Google App Engine
I used google app engine as my backend server. I watched the google I/O video, and it said it can generate the IOS api library in EndPoints by command line. But I couldn't find the way to do that, and there is no information about it on the…
0
votes
1 answer
Publishing 2 interface endpoints with common public methods - operation references a message element...that has already been exported
Been trying to add a non secure endpoint to my self hosted service, so basically I have one interface that uses sessions and another one that doesn't. They are both implemented by the same class. Here's part of my server config file:

zukanta
- 2,691
- 2
- 19
- 25
0
votes
1 answer
multiple windows services using same wcf with multiple endpoints?
Need some help with the best approach that someone may have taken in the past for the following problem...
Hosting a WCF via a windows service calling a third party COM.
The COM is unfortunately STAThead meaning that it only ever uses one core when…

Skyline
- 103
- 2
- 6
0
votes
1 answer
Calling a specific contact endpoint with Lync
I'm trying to develop a Lync application that allows a user to select which of a contact's endpoints they would like to call. For instance, if User A has two phones listed, then User B can choose between those two options and call whichever he likes…

user1426477
- 27
- 5
0
votes
1 answer
SQL Mirroring End Points
We have a SQL 2005 database server which uses high safety (synchronous, no automatic failover, no witness) mirroring to keep our disaster recovery site in a sort of warm standby. I was about to make some changes to the principle DB the other night…

Steve Pettifer
- 1,975
- 1
- 19
- 34
-1
votes
1 answer
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 what I have so far:
public static…

aarona
- 35,986
- 41
- 138
- 186
-1
votes
2 answers
How to store subscribed endpoints for sending Push notifications
I'm working on push notifications and when user subscribs to notifications,a unique endpoint is generated.
i want to know that how can i store these endpoints in db ,so that further i can use these endpoints to send notifications to all the…

R C
- 461
- 4
- 17