How to consume a web service using php code

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

Post Reply
oferk75
Forum Newbie
Posts: 1
Joined: Fri Mar 02, 2012 3:00 pm

How to consume a web service using php code

Post by oferk75 »

Hi I need to write php code that consumes these following 2 webservices:

http://technet.rapaport.com/WebServices ... x?op=Login
http://technet.rapaport.com/WebServices ... GetDiamond

Can anyone tell me how to do that ?
What I have done so far is generated this code : http://oferwebdesign.com/generated.txt using WSDLInterpreter but I don't know how to get it to work !

Any help would be greatly appreciated.
Post Reply