Link to home
Start Free TrialLog in
Avatar of hidrau
hidrauFlag for Brazil

asked on

Help on project with Soap

Hello guys,

I need a help on this project.
I don't know if it is possible then I need some clues from all of you.

I have a database in internet (mysql) and I need to access this database. I intend to have a syncronized system between two computer far way. One of the computer will only send information to this database in my web and the other will download the information.

What is the best way to do that? Soap?

is it possible to send rows of register and to record in database? Do you know any site that I could have some examples?

I really thanks
Alexandre
Avatar of Thommy
Thommy
Flag of Germany image

Does this database already exist?
Are you already able to connect to this database from both of the computers?
Avatar of hidrau

ASKER

Hello Thommy,

this database exist and it is on my internet server, it is mysql.

The database used for desktop system is firebird.

the internet database will only be a repository of information.

did you get it?
You have different options for securely connecting to your web database

1.) direct connection via VPN
2.) via a web-service to pass-through requests and send back responses
2.) via a php script
via VPN ist the easiest  way, but I would prefer a web-service
Avatar of hidrau

ASKER

Thommy, do you have knowledge how to use a php server ?
ASKER CERTIFIED SOLUTION
Avatar of Thommy
Thommy
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hidrau

ASKER

Thanks Thommy,

I am gonna check this tonight or tomorrow.
Have you already checked
Avatar of hidrau

ASKER

thanks a lot.
Avatar of hidrau

ASKER

Hello Thommy.

I checked and worked fine the example.

Sorry for the delay to return to my question.