Questions tagged [gateway]

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

1201 questions
3
votes
2 answers

Use WooCommerce Gateway Externally

I've created a REST application that uses the WooCommerce REST API. I want to process credit cards through the WooCommerce gateway. As far as I can tell, I can't just send the credit card number and everything with the order data to have it…
Steve
  • 145
  • 1
  • 8
3
votes
3 answers

Kong returning 404 for Registered APIS

I have installed Kong successfully and mapped a API by administration services provided by Kong as below: http://kong:8001/apis payload: { "upstream_url": "http://test.suraj.com:9110/" "strip_request_path": true "request_path":…
Suraj
  • 1,625
  • 1
  • 15
  • 33
3
votes
1 answer

int-http:outbound-gateway reply-channel 'stalls'

I'm creating a Spring Integration prototype using Spring Boot. I have a 'hub' that accepts console input and sends that to an separate socket/tcp application. The tcp application echos what it was sent in its reply to the hub. The hub then takes the…
maspen
  • 301
  • 1
  • 6
  • 17
3
votes
0 answers

Avoid erasing default gateway when "ifup" another interface

I'm working on an custom embedded board with two interfaces: WiFi & 3G. I can only work with 1 routing table so I have defined priorities When 3G is ON and WiFi is connected to a Router, Gateway has to be the 3G interface in order to make the…
3
votes
2 answers

How do I get a device's gateway in Unity?

I'm trying to receive the standard gateway of the device in Unity and C# on an Android smartphone, but I just can't fix it. That's the reason why I'm asking if there is a possibility to find a gateway on an Android smartphone using Unity and C#. I…
Skittluier
  • 31
  • 4
3
votes
1 answer

Service for sending SMS and making Voice Calls from Web site and Desktop application

We plan to integrate sending of SMS and making calls to our desktop and web applications. Both are written in Java. As for only sending SMS we know about great gateway from Clickatell. But ideally, we would like to use one service similar to it,…
ilya
  • 958
  • 2
  • 9
  • 16
3
votes
1 answer

Spring integration service-interface gateway reply channel as shared Pub/Sub

This is similar to Intermittent BridgeHandler & PublishSubscribeChannel call when gateways' reply channel is pub/sub but the scenario is different in that the reply-channel is not getting "lost". The question is what is the best resolution for my…
Aigeec
  • 51
  • 4
3
votes
1 answer

How to work with NServiceBus in gateway mode

I've been trying to get the pubsub sample in the NServiceBus download to work in a gateway mode. I haven't really been able to find out much detail at all about how to get NServiceBus to run in gateway mode. How do I setup the publisher/server in…
Mike737
  • 836
  • 5
  • 16
3
votes
1 answer

What is the most elegant and efficient way to provide AAA to web services using a WS gateway and LDAP?

I'm looking for the best way to provide authorization, authentication, and auditing to web services. I'll be using a web service gateway appliance deployed to the DMZ, and there will be an LDAP instance as a user store behind the firewall. How…
3
votes
1 answer

BPM 2.0 Parallel Gateway waiting/exclusive Gateway new iteration

Here is my problem: All of the three sequence flows after the fork have to be checked separately and if they are negative I want to have a different process P2 being started. After P2 has been finished I want to go back into the process starting at…
3
votes
1 answer

Omnipay add new gateway

Based on this answer: Omnipay how to add new gateway I try to add a new gateway for omnipay. My folder…
3
votes
4 answers

Nginx error recv() failed (104: Connection reset by peer)

Since a couple of days ago, I'm getting some errors on my server. I use CentOS 6.5 with Parallels 12.0.18, Apache server to serve dynamic content and Nginx as proxy to serve static content. At first, I was getting the following error: [error]…
Shupyrg
  • 31
  • 1
  • 1
  • 4
3
votes
1 answer

Email to Whatsapp user

I have an alert service which currently sends me email alerts. I would like to redirect these emails so that they appear as messages to me in whatsapp. My first idea would be to follow the email to SMS gateway approach. I see some mention of…
Barklem
  • 91
  • 1
  • 11
3
votes
1 answer

get ip address of bluetooth tethering device on android

I have a specific problem: I have a Android 1.6 device that uses bluetooth to connect to a smartphone (android) and use tethering to access internet... Bluetooth itself cannot be used for anything else except that connection. It also doesn't have a…
user2211224
3
votes
1 answer

Spotify Web API call throws 502 Bad Gateway Error

I am building a web application using the Spotify Web API. The calls are pretty straight forward and I don't understand if it is me doing something wrong, or if there is something wrong with the Spotify service. I implemented the lookup call (works…
Shuhari
  • 111
  • 1
  • 7