News Feed
Jobs Feed
Sections




News Archive
Eirik Hoem's Blog:
Setting xsitype for objects sent over SOAP (inheritance)
March 19, 2008 @ 10:26:27

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 to specify the xsi:type for the objects, and I finally came across SoapVar. I created a base class which the SOAP classes extended. A method called pack is responsible for setting xsi:type.

In his example, he creates a BaseClass to work from and builds a createCustomer class on top of it, defining a setCustomer function inside. When the new Person is created, a new Customer is too complete with the correctly formatted type on the object.

2 comments voice your opinion now!
soap extension soapvar baseclass customer person xsitype


blog comments powered by Disqus

Similar Posts

Christopher Jones' Blog: PHP OCI8 Extension 1.2.4 is in PECL

Pierre-Alain Joye's Blog: Initial PHP4 support for htscanner

Ilia Alshanetsky's Blog: Taking suggestions for the filter extension

Daniel Cousineau's Blog: PHP, Mumbles (Growl), and DBus: Sweeet

Chris Hartjes' Blog: How Easy Are Web Services in CakePHP 1.2? Really Easy!


Community Events











Don't see your event here?
Let us know!


database framework podcast interview zendframework2 opinion phpunit symfony2 testing release language rest functional conference development usergroup community google series introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework