soap Archive
-
PHP SoapClient and Polymorphic Service Objects
Posted on April 2, 2010 | No CommentsThere may be a time when you need to deal with passing polymorphic objects back and forth between PHP’s SoapClient and a SOAP web service. Things are nice and easy... -
Get PHP SoapClient to speak with Java’s JAX-WS
Posted on March 29, 2010 | 5 CommentsWhen delving into the magical world of trying to get a PHP SoapClient to consume a Java JAX-WS web service, there may be a few unexpected surprises that pop up....