Forum Orisinil

OtomaX - Orisinil Topup Machine => OtomaX International => Topic started by: Thiagarajan on November 14, 2013, 07:34:08 AM

Title: IP module
Post by: Thiagarajan on November 14, 2013, 07:34:08 AM
Hi,

How to using IP module any one has Idea
Title: Re: IP module
Post by: stationpls on December 14, 2013, 11:31:38 AM
Hi,

How to using IP module any one has Idea

IP modul in otomax works as client to make connection to your supplier server that has IP / XML gateway. it  uses http / https protocol.
Title: Re: IP module
Post by: sumit gupta on December 15, 2013, 12:07:51 AM
Hi..

Can you elaborate on how to set up or configure the IP Module in Otomax !!
Title: Re: IP module
Post by: stationpls on December 15, 2013, 08:51:50 AM
Hi..

Can you elaborate on how to set up or configure the IP Module in Otomax !!

well, it is as simple as using IM module.

if in IM modul we send command to supplier's IM ID, in IP module we send it to supplier's URL provided by the supplier, so fill in the box with supplier's URL. next you need only to configure your parsing format in administration > parsing tab.

fyi: otomax works only as xml client not as xml server (the one who receive request). so it's not possible to receive incoming request through host to host connection like IM modul. it sends and receive reply, that's all.

i can give you example if you have the xml spec from your supplier.
Title: Re: IP module
Post by: sumit gupta on December 15, 2013, 11:46:25 AM
"http://jolo.in/api/recharge.php?mode=0&username=sumangalam&password=1234&operator=AT&service=9650460949&amount=10""

Will otomax be able to handle this sort of recharge processing through IP Module.. actually as of now, am
using the web report of Otomax in which the recharge is being processed by Google Talk.. and i want to
process it through the above sample url shared with you...



Title: Re: IP module
Post by: stationpls on December 15, 2013, 02:54:00 PM
"http://jolo.in/api/recharge.php?mode=0&username=sumangalam&password=1234&operator=AT&service=9650460949&amount=10""

Will otomax be able to handle this sort of recharge processing through IP Module.. actually as of now, am
using the web report of Otomax in which the recharge is being processed by Google Talk.. and i want to
process it through the above sample url shared with you...

never tried something like that before. because the url patern seems to be using GET method not POST method which otomax use.

i think it won't work in otomax, i have no idea where to put the url along with the parameters.

so this one is also important about using Otomax's IP module, which is: suppliers must use POST method in order to make it works. other then POST method, it can't.
Title: Re: IP module
Post by: sumit gupta on December 16, 2013, 02:20:14 AM
Can u elaborate how you have used this IP Module of Otomax.. with an example !!