How to call webservice with secure socket connection in PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
epalani83
Forum Newbie
Posts: 2
Joined: Tue Feb 24, 2009 10:20 am

How to call webservice with secure socket connection in PHP?

Post by epalani83 »

Hi,

I am working with payment integration with direct socket interface delivery method. I need to know how to do the following things,
1. Connect Secure socket
2. Write Transaction message text to the socket
3. Read Response message text from socket
4. Close Secure socket

If anyone can please provide the sample code that will so helpful.

Thank you in advance.

Regards,
Palani
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How to call webservice with secure socket connection in PHP?

Post by requinix »

You say you want sockets?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: How to call webservice with secure socket connection in PHP?

Post by onion2k »

These requests for "sample code" (aka a working solution) are incredibly tiresome. Why should we do your job for you? Thread locked.
Locked