cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1063
Views
0
Helpful
2
Replies

IPIVR connection to business systems

Robert.hamlin_2
Level 1
Level 1

Is it possible for a IPIVR to use SSL when conencting to a business system gateway for processing credit cards ? Let me add to this, usng the java method.

2 Replies 2

Gergely Szabo
VIP Alumni
VIP Alumni

Hi,

the short version: yes, that's possible, but...

The longer version: yes, that's possible, but you'll have to do some Java programming around it.

If I were you, I would build a Java package that would use Apache HTTPClient for connecting to the business system. Take a look at this: http://hc.apache.org/httpclient-3.x/sslguide.html

G.

Anthony Holloway
Cisco Employee
Cisco Employee

This works without any Java programming:

HTTPS GET

set https_response = url["https://mail.google.com/"]

HTTPS POST

set https_response = url["https://mail.google.com/", text[key1=value1,key2=value2]]
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: