Questions tagged [gateways]

18 questions
44
votes
2 answers

How do API Gateways work?

How Do API Gateways work? What are the typical components of an API gateway? Are there common standards around how they manage security, call logging and governance?
Ravi Subramanian
  • 441
  • 1
  • 5
  • 3
2
votes
3 answers

Coldfusion : Listening to the Email messages

I am trying to have a kind of observer pattern in ColdFusion We want to listen to the incoming Email messages and act on them. Scenario is something like this : Application sends email to the helpdesk system Helpdesk system automatically generates…
user384903
  • 33
  • 1
  • 4
2
votes
2 answers

How to send sms

I want to send an sms to a mobile phone through my C#, C++ code. Can any body help me. I dont want any mobile, or any external device attached to my computer. I am just having my laptop, or desktop PC and in that i want to write a C++ or C#…
2
votes
2 answers

Character set issues with Oracle Gateways, SQL Server, and Application Express

I am migrating data from a Oracle on VMS that accesses data on SQL Server using heterogeneous services (over ODBC) to Oracle on AIX accessing the SQL Server via Oracle Gateways (dg4msql). The Oracle VMS database used the WE8ISO8859P1 character set.…
Brian Deterling
  • 13,556
  • 4
  • 55
  • 59
1
vote
1 answer

Data Mapper Design Pattern and Gateways - Newbie question

Please, correct me if I'm wrong: If we use a Dao/Vo pattern or a TDG pattern we will have a nice code organization by having for each (or at least for a lot of) tables a related class. The problem with this approach is that or data IS NOT closed…
MEM
  • 30,529
  • 42
  • 121
  • 191
1
vote
1 answer

How to set proxy in HttpComponentsMessageSender?

I am working behind a firewall,where i am trying to access a soap web service. i went over through the internet,but couldn't find anything for setting proxy in . I am calling the webservice using spring-integration. Spring-integration.xml
chungunuvavaa
  • 99
  • 1
  • 10
1
vote
0 answers

Coldfusion Gateway New type: Unable to find or load Gateway class

Playing around with ColdFusion gateways, I ran into a problem. Following the steps from this document, I put my jar file into the gateway\lib folder. I then restarted my server and tried to add the gateway to my list of gateways already installed.…
0
votes
1 answer

payment success

I'm about to work with a bank to set up a self hosted payment form. Their requirements and documentation makes sense so far. On my end of the database I don't record sensitive data such as credit card details. Question: I have created a field in my…
jonnypixel
  • 327
  • 5
  • 27
0
votes
1 answer

xmpp framework to login different gateways like Gtalk using openfire id

How can I login different gateways like google and yahoo using xmpp framework. I am using openfire server. Thanks in advance
Shahab
  • 71
  • 1
  • 6
0
votes
1 answer

django payment gateway

I require a simplest payment gateway in which user comes in click on buy button enters his card details and whatever the process includes to generate a reciept i want in a very simple manner.i have searched alot but i am not able to understand i am…
Nikhil Verma
  • 241
  • 2
  • 3
  • 10
0
votes
1 answer

Have ISC dhcpd cycle through a list of gateways when giving out leases

I'm looking for a way to get the ISC's dhcpd to work with several gateways/routers. The behaviour I am after is the following (imagine we have 3 gateways) : Client A requests a lease, gets gateway #1 Client B requests a lease, gets gateway #2 Client…
Thomas
  • 714
  • 5
  • 16
0
votes
1 answer

BigCommerce: Limit Payment Options Based On Country

Short Version: I want to only accept Paypal as the form of payment for anyone outside of the lower 48 in the US. I don't see how this isn't a feature already installed in bigcommerce under payment options and simply hiding those payment gateways…
0
votes
1 answer

Google Wallet integration on a multi user system

I have a small issue right now where I am trying to integrate Google wallet with my project which has many users which will all have access to using this gateway and accepting payments. The only issue I cannot seem to over come or figure out how to…
Sam Buckingham
  • 1,771
  • 2
  • 13
  • 16
0
votes
1 answer

Payment gateways and Django/Python

Okay so im working on a store system, and we are adding our second gateway which will be paymentwall, however im struggling to find a good way to add more than one gateway. The issue is that Paypal our first gateway which we added just uses a post…
Sam Buckingham
  • 1,771
  • 2
  • 13
  • 16
0
votes
1 answer

playsms custom gateway bug

Trying to make a new sms gateway for playsms 0.9.9.2 called "aft". Whenever I include the custom gateway files in the gateways folder, no gateway works; they all fail with a log like this: L2 sendsms # start uid: sender:000 L2 sendsms_queue_create…
Ngoda
  • 92
  • 1
  • 9
1
2