Posts under “Source Code: PHP”

SOAP Examples

Put up some examples of using SOAP in PHP using nuSoap written by Dietrich Ayala. A couple places I've found for listing of SOAP services are www.xmethods.com and SalCentral - Please feel free to add to the list. These examples only print out the results to the browser, though it would be a simple matter to have them spit out FlashVars format or XML to be read in by flash. I'll be making an example of using this data in flash in the next couple of days and will post the source code (Flash...

SOAP in PHP

Man, you gotta love how easy it is to use SOAP in PHP. Using literally 4 lines of code and nuSOAP you can connect up to a SOAP server and spit out the results for Flash to dig into. You can check out some sample code for a SOAP client, or a SOAP server using nuSOAP. If I get some spare time I may throw together a SOAP service for my recent entries...