Top "Endpoint" questions

This is a general tag used for all kinds of logic that reside in some receiving or sending scenario.

Camel Routes and Endpoints

I've been poring over the Apache Camel docs trying to get a concrete understanding of two of its most basic …

java routes apache-camel endpoint
How to create a CXF webservice client with dynamic endpoint?

We have a central WSDL file that describes a web service. We use CXF to generate client code, but this …

java web-services soap cxf endpoint
Does groovy provide an include mechanism?

We are searching for an include mechanism for groovy scripts to have space for cross-cutting-concerns. In my example we have, …

web-services groovy include endpoint cross-cutting-concerns
What is the new instagram json endpoint?

Instagram used to expose open data as json under the endpoint https://www.instagram.com/<username>/?__a=1. This …

json api instagram instagram-api endpoint
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 …

php api wsdl endpoint ups
What is the difference between tcp::endpoint and udp::endpoint in Boost::Asio?

It seems boost::asio defines a separate endpoint class for each protocol, which is irritating if you want to perform …

boost-asio endpoint
How to create a simple local web page using C# windows forms

I am looking to create a simple webpage using C# Windows Forms Application, or a C# Console application. Running the …

c# localhost hosting endpoint
No adapter for endpoint SWS

I'm trying to create a simple Hello World WebService using this tutorial. I'm running Java 1.7.0_04, Spring 2.1, everything is built with …

spring soap annotations adapter endpoint
Validating req.params with express validator

I want the user to be able to write a specific account number in the endpoint, been trying to validate …

javascript api express endpoint express-validator