calling webservices 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

Post Reply
vasavi
Forum Newbie
Posts: 2
Joined: Tue Aug 04, 2009 9:09 pm

calling webservices in php

Post by vasavi »

I have xml file for sending soap request , how will i send the soap request from php.

Can anyone please help


Thanks&Regards,
vasavi
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: calling webservices in php

Post by Darhazer »

Use the SoapClient class
Post Reply