The endpoint tag has no wiki summary.
0
votes
0answers
17 views
Programatically “picking up” connections between elements in jsPlumb jQuery
When elements are connected using jsPlumb there is one rather important feature and use-case that I feel is missing:
The ability to, for example on mousedown, release a connector from one of it's ...
0
votes
0answers
16 views
Axis2 with no servicePath
I must develop a web service (using axis2) that can be able to receive requests from a given client. (I can’t change the client side)
Here is the beginning og the request sent by the soap client:
...
0
votes
0answers
22 views
GAE cloud endpoint integration with android - GoogleJsonResponseException 404 not found
I have written GAE cloud endpoint APIs and have successfully deployed them to App Engine. The APIs run successfully locally as well as after deployment on App Engine.
After generating cloud ...
2
votes
1answer
17 views
dynamic inbound endpoint no longer available?
In Mule 2, we used to be able to do the create dynamic inbound endpoint using the following:
<quartz:endpoint-polling-job>
<quartz:job-endpoint
...
1
vote
1answer
16 views
Heroku SSL Endpoint - “No Such App”
Any ideas why I might be getting the "No Such App" error when I go to my herokussl.com URL (after adding a cert and Heroku SSL endpoint)?
I followed the instructions here ...
0
votes
0answers
38 views
Override the '65536' limit in a WCF endpoint
I know many have posted the solutions about this, I have tried all of solutions that were posted on the internet but those didn't work for me. In this scenario, I want to consume WCF service from a ...
0
votes
0answers
20 views
twitter API replies to tweets
Twitter have updated! Aarrgghhhhh.
My favorite related_results endpoint has gone down, as far as I can tell, last night when the upgrade took place:
...
0
votes
1answer
27 views
How to add custom comments to google endpoint
I am using the Google Eclipse Plugin to create an app-engine connected android app. From within the android project, I can only see generic meaningless comments about my endpoint methods. Is there a ...
0
votes
2answers
33 views
UPS API including correct WSDL file and endpoint
I am new to using WSDL's. I have used REST before but not this. I am trying to run the sample code file that is included on the UPS developer site. Page 23 of this guide is the API I am using. The ...
0
votes
1answer
39 views
Best practice using service contracts(one service or multiple) in WCF
Currently i've started developing a wcf service which provides Webshopdata, but something isn't clear enough. In my case i have multiple service contracts like Product, Order, Account and Cart. Each ...
0
votes
1answer
40 views
Amazon AWS SDK Transfermanager endpoint regions
I'd like to use the AmazonAWS TransferManager to upload a directory. I successfully create an AmazonS3Client with credentials coming from a TVM.
When I try to download files with it, it complains:
...
0
votes
1answer
33 views
Error when trying to get JSON object in Android
I have a url that has a parameter to access a WCF service, the service reads the parameter and executes a method that performs a search that returns JSON object:
{
"GetUsersByNameMethodResult":[
...
0
votes
1answer
19 views
WCF EndPoint SocketConnction aborted 10 mins after last use
the service endpoint socket connection always abort 10 mins after last use.
the above image shows that the last use of the end point was 10:18:21. after 10 mins, activity Aborted ...
0
votes
0answers
27 views
WCF EndPoint close immediately after opening the ServiceHost
I believe this might be related to the location of app.config file(which project it lives).
I have project A, which is a consoleapp project and it open ServiceHost, it also has the WCF EndPoint ...
0
votes
1answer
26 views
appengine - java - javascript: how to delete an entity with string as key from web front end
I have following problem: when I go to https://*.appspot.com/_ah/api#p/questionendpoint/v1/questionendpoint.removeQuestion and enter my string id which looks for example like ...
0
votes
1answer
41 views
Role of baseAddress while configurting WCF Service EndPoint
I have created simple WCF service and configured its endpoint as bellow.
<services>
<service name="AsynchWCFService.MathOperation">
<endpoint address="MathsOperation" ...
0
votes
0answers
59 views
GAE -> Error: Number of API configs allowed on … is 25
I'm creating an GAE application (Java) with Eclipse. Locally everything works, but if I try to deploy the application to the server, a GEA log shows following error:
E 1970-01-16 21:33:26.331 ...
1
vote
2answers
33 views
Are established network connections to Azure endpoint terminated by firewall or something else?
I have developed an application that resides on a Windows Server 2012 machine in Windows Azure. The application acts as a server for many concurrent network connections, but the traffic is very low ...
0
votes
0answers
15 views
ResourceBundle.getBundle.getString remove “http://”?
I have a properties file abc.properties, inside defined:
urlEndpoint=http://abc.xyz:8080/service1/myApplication
I use like below:
instance1 = ResourceBundle.getBundle("abc");
endpointUrl = ...
0
votes
0answers
23 views
Bluetooth Audio Endpoint Address
On Windows 8, I have installed a bluetooth headset. I am able to enumerate the audio endpoints using the MSDN sample code in
...
0
votes
0answers
21 views
Foursquare API Pageupdates List issue
Request looks like this:
https://api.foursquare.com/v2/pageupdates/list?oauth_token={OAUTH_TOKEN}&v=20120829
And response
"response": {
"pageUpdates": {
"count": 0,
"items": ...
0
votes
2answers
174 views
Google App Engine Connected Android (Eclipse) device endpoint error
I am just started exploring app engine with android (Java) and I followed a link to teach me how to create an App Engine Connected Android Project. ...
0
votes
2answers
75 views
Mule - How to do a choice/when based on http response codes?
I need to be able to perform certain actions based on the http response code I get back from an http outbound endpoint. For instance if I get a 500 error or a 302 redirect or a 200. I need a way to ...
0
votes
2answers
110 views
Custom Uri or endpoint on WSO2
We have just installed our WSO2 ESB, and we are trying to create some proxies services with customs endpoints.
The default endoint format is:
http://{host}:{port}/services/{Proxy Service Name}
...
1
vote
1answer
54 views
know a usb device's endpoint
Is there a bash command, a program or a libusb function (although I did not find one) which indicates me what are the OUT or IN endpoints of a usb device ?
For example, bNumEndpoints of ...
0
votes
2answers
121 views
Claims in Thread.CurrentPrincipal are getting lost which are set in AfterReceiveRequest in WCF
I am using Microsoft.IdentityModel.dll for Set & Get the claims in WCF. I have implemented MessageInspectors also for setting up the claims. So, I am adding ClaimsIdentity for request headers like ...
0
votes
1answer
20 views
Is there an index or cheat-list of the various endpoints available?
I know I can infer many names like /user or /me by looking at the data types or reading the documentation. But I was wondering if there's a place where a list of all the various endpoints and ...
0
votes
1answer
64 views
Apache Camel VM queue between servlets
I'm trying to setup simple VM queue test between two servlets without success. The problem is that the request always timeouts as there is no response, OUT message, within expected timeframe.
...
0
votes
1answer
59 views
Getting java.lang.IllegalArgumentException when trying to make a dynamic HTTP endpoint in Mule
I got an HTTP outbound-endpoint that does a GET method to an specific URL, thing is that if i add a variable in the path URL it will throw an exception... i believe this is not being supported.
This ...
1
vote
1answer
34 views
dynamic parameter to an endpoint
How to set a dynamic value as a parameter to an endpoint?
Payload :
<person>
<name>john</name>
<acno>9876543210</acno>
</person>
route :
<route>
...
1
vote
1answer
52 views
wso2 : How to handle access to inactive service fault message?
How can i handle fault message results in access to inactive service?
I have N endpoint. in insequence send the message to endpint1 and set OnError of Insequece to Seqerhandler. in Seqerhandler i ...
0
votes
1answer
140 views
Mule outbound http end point Content-Length mismatch
I am trying to do a basic GET/POST from one REST client to another. I'm getting and mapping the data just fine, but it times out during the POST http oubound endpoint. In using Fiddler Web Debugger, ...
0
votes
1answer
113 views
How to bind the local endpoint to a socket?
I have the following code where I'm trying to send a packet to a specific client by changing the endpoint of the socket manually and I'm not sure how to configure the socket to use the async_write ...
0
votes
0answers
33 views
Access custom endpoints in Django webservice
I have a question about using Django as a web-service rather than an actual webpage rending engine. Django has a nice ORM backend that makes it useful for storing and retrieving data for other ...
0
votes
1answer
31 views
WCF endpoint deployment error
I created 2 WCF endpoints, the service endpoint resides on a desktop app(with IP address 10.8.20.175); the client endpoint resides on a web-hosted application.
this is service endpoint config
...
1
vote
1answer
66 views
heroku ssl endpoint add cert give internal error, update gives undefined first for nil
My SSL certificate expired, so I followed the directions to create an csr, activate my renewed cert, and cat the key and certs together. From comodo through namecheap. An update now says:
$ ...
-1
votes
1answer
116 views
ProducerTemplate and Direct:start in camel
My camel route is :
from("direct:start")
.to("http://myhost/mypath");
I used :
ProducerTemplate template;
template.sendBody("direct:start", "This is a test message");
to send the exchange. I ...
0
votes
1answer
117 views
WSO2 ESB : DYNAMICALLY CHANGE ENDPOINT ADDRESS
how can i set endpoint address dynamically
i set endpoint address in to a property in run time and need to replace URI of endpoint address with it's value.
how can i set URI value of address with ...
1
vote
1answer
35 views
Endpoints in other config file
I have a Web Application and I want to setup my endpoints in other config file (not in Web.config). How to do this?
I tried set attribute configSource in some tags but it doesn't work.
Structure of ...
0
votes
1answer
70 views
Communication between 2 cloud services
I'am new in windows azure cloud services and I'd like to know if it's possible to allow communication between 2 roles in 2 different Cloud Services over an internal endpoint?
I have a small ...
1
vote
0answers
70 views
Ruby Websocket endpoints, EventMachine, Goliath, etc
I am fairly new to using web sockets, but I have enjoyed what I have been doing so far.
My app is currently setup with 3 endpoints based upon the path the connection is initially established with.
...
0
votes
0answers
63 views
IIS do not see WCF service
I have AjaxDataService.svc placed in my root directory.
Since the root folder has its content deployed automatically i se no reason why there should be anything missing.
Only thing that comes to mind ...
0
votes
0answers
20 views
SoapUI mockservice schemalocation
When I create a mockservice in soapUI and request the wsdl, the schemalocation of the referenced xsds is always relative, how do I make them absolute?
0
votes
1answer
272 views
Send file to Mule inbound-endpoint
I'm trying to send a form with a file and two inputs to an Mule inbound-endpoint. I've got a custom-processor, and a flow defined like that:
<custom-processor ...
0
votes
1answer
210 views
How to Configure web service client endpoint url?
We have a situation, our interface partner is calling our web service dynamically by calling our WSDL and consume web methods by using the endpoint defined in the WSDL.
Here, the problem is - As we ...
0
votes
1answer
129 views
How can I programmatically create an endpoint and use it in my service instead of obtain it from the web.config?
Basically I want to create this binding that will listen to azure service bus queue:
<services>
<service name="myServiceName">
<endpoint ...
1
vote
2answers
958 views
Make a WCF Service Accept JSON Data from jQuery.AJAX()
I have been searching around for hours and trying different things to get this to work. I have tried so many articles on stackoverflow and either I am too stupid to get things working or I have some ...
0
votes
1answer
53 views
Outsourcing android app login [closed]
I have been reading so much about using OAuth2.0 with google endpoint that my head is spinning. I have also read OpenID for android apps that require SignIn. Maybe I am going in circles; I don' know. ...
1
vote
0answers
433 views
the value is invalid according to its datatype 'clientcontracttype'
I am getting an error message saying
The contract attribute is invalid. the value is invalid according to
its datatype 'clientcontracttype'
Following is the endpoint configuration in ...
0
votes
0answers
73 views
How to make a public web service, based on JBoss?
There is a web service that is normally registered in 127.0.0.1:8080/jbossws/services
Available WSDL: 127.0.0.1:8080/app-1.0/ejb/myservice?wsdl
The problem is that the invoke to the Web service ...





