RabPHP Posted June 19, 2009 Share Posted June 19, 2009 Greetings, I know nothing about PHP Web services or SOAP. I have a vendor who needs me to package an XML file as an object in what I am assuming is a SOAP transaction using cURL but do not have the foggiest isea where to begin. Advice appreciated. Rab Link to comment https://forums.phpfreaks.com/topic/162946-php-web-services/ Share on other sites More sharing options...
swilla Posted June 20, 2009 Share Posted June 20, 2009 The best place to start would be to look at the PHP manuals for each part of the project you are working on. In your case you are going to be dealing with SOAP and curl. The best park of the manual pages for PHP is at the bottom there are a lot of examples that will allow you to become more familiar with the usage. http://www.php.net/soap http://www.php.net/curl Link to comment https://forums.phpfreaks.com/topic/162946-php-web-services/#findComment-860125 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.