↧
PHP Web Services Blog: Payload the Way You Want with PHP5 built-in SOAP
The PHP Web Services blog has a helpful hint on getting a custom SOAP request all ready to go: How do you get this [custom] XML to be output by the SoapClient? Using the SoapVar method and a few newly...
View ArticleEirik Hoem's Blog: Setting xsi:type for objects sent over SOAP (inheritance)
Eirik Hoem has posted a tip for all of the PHP SOAP developers out there - a method for setting the xsi:type correctly for objects sent in the message. I spent quite some time looking for info on how...
View Article