Questions tagged [endpoints]

228 questions
0
votes
1 answer

Developing Web Services Using Spring-Integration

I have had experience developing web services using Spring-WS before. However, I was wondering if I can develop a web service purely using Spring-Integration using Inbound Gateways etc. If you have experience developing Web-Services using…
0
votes
1 answer

Accessing request parameters from Google Cloud Endpoints that have not been named

I'm working with Google Cloud Endpoints and have a GET method. The front-end library I'm working with adds request parameters that are named in the following convention: bSortable_{INT} bSortable_0 bSortable_1 bSortable_2 bSortable_3 ... The number…
Sam
  • 124
  • 5
0
votes
1 answer

evernote api crud operations

I'm working on a web project to implement some endpoints to enable CRUD operations for users, I have got the flow working and I'm able to list notebooks in my sandbox account but I can only list notes from the notebook that I choose to share…
Subash
  • 3,128
  • 6
  • 30
  • 44
0
votes
0 answers

Endpoints not showing in my site

I would like to ask. I got problem with endpoints like order-received etd. That not working correctly and when i hit them its showing like The page you requested cannot be found!. Please If somebody have experience how to solve this problem let me…
0
votes
0 answers

inter-role azure: Endpoint for notification, queue&table for work dispatch?

Let's say I'm not intending to use multiple instances of each role, but rather increase the VM size when load increases. Idea: Use internal endpoints between each role, for sending a notification that role A has put a job for role B in the…
right_there
  • 175
  • 1
  • 1
  • 11
0
votes
1 answer

Unauthenticated call to Endpoint working for an API method with authentication

I am facing issue with Endpoints authentication. This is the api code I am using @ApiMethod(name = "myapiname.myapimethod", scopes = { Constants.EMAIL_SCOPE }, clientIds = { Constants.WEB_CLIENT_ID, Constants.ANDROID_CLIENT_ID, …
noob
  • 304
  • 3
  • 13
0
votes
1 answer

How to determine external endpoint(s) from within an Azure-created Virtual Machine?

I have a server application (a .NET console application that listens on a TCP port) that I need to run in an Azure VM instead of a Worker or Web Role, and I need that app to be able to determine its own public/internet endpoint IP and port (for…
0
votes
1 answer

Consume same WCF Service from multiple projects in solution

Situation: I have a solution of multiple projects: Executable App #1 Executable App #2 WCF Project Shared Project "Other" Project ... Now I need to consume the WCF service in my executable app #1. E.g. to retrieve information about a user from a…
Stefan Over
  • 5,851
  • 2
  • 35
  • 61
0
votes
1 answer

How can i open all ports of EndPoints Linux on Windows Azure

I have an application that run MPIRUN on linux cluster using the Windows Azure, mpirun needs the following specs to run through my cluster: Keyless SSH. disabling the firewall of linux opening all ports of EndPionts because that mpirun is not using…
0x3bfc
  • 2,715
  • 1
  • 16
  • 20
0
votes
1 answer

Azure virtual server RDP re enable after shutdown

I've stopped my virtual server and then started it. after restart i lost the ability to access remotly to my server (rdp). i have the needed end point for remote access but is still not working. i have tried to : 1) delete end point and re-create…
0
votes
2 answers

How to retrieve the image store on app engine using endpoints and how to show/display in Android app

I have uploaded image on app engine. I am retrieving image blob key in android app from app engine using endpoints. I am doing some code on android app to display image. The code is URL imageURL = null; try { //use our image serve page to get…
Dayanand Lande
  • 211
  • 4
  • 23
0
votes
0 answers

How to override default Apache camel mechanism of putting an Endpoint into Registry?

How do we override the default Apache camel mechanism of putting an Endpoint to a Registry ? My Endpoint is a Queue, and Camel makes Registry entry for a Queue with the KEY as the Queue- Name. I want to change that key to my Custom name, so that two…
Kumar Ritesh
  • 183
  • 1
  • 2
  • 11
0
votes
1 answer

I need 2 endpoint mapping beans with the same id

let's say my app has a feature which can be enabled or disabled: if disabled, spring beans (including endpoint mappings) will be loaded from main.xml if enabled, spring beans (including endpoint mappings) will be loaded from main.xml and…
Sandman
  • 2,577
  • 2
  • 21
  • 32
0
votes
1 answer

Google App Engine endpointscfg.py command starting 1.8.6 does not accept argument -f

This problem just started in Google App Engine version 1.8.6: When executing command (based on instruction https://developers.google.com/appengine/docs/python/endpoints/gen_clients): endpointscfg.py get_client_lib java -o . -f rest…
0
votes
1 answer

WCF endpoint binding settings don't get updated

All attempts to change configuration settings of WCF self hosted service endpoint fail: public void Start() { BasicHttpBinding binding = new BasicHttpBinding(); binding.Name = "NAVBinding"; //--------------------START…
rem
  • 16,745
  • 37
  • 112
  • 180