php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36137 SOAPVar does not imply non-WSDL
Submitted: 2006-01-23 19:41 UTC Modified: 2009-11-23 13:41 UTC
From: gizzar at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
 [2006-01-23 19:41 UTC] gizzar at gmail dot com
Description:
------------
"SoapVar

SoapVar is a special low-level class for encoding parameters and returning values in non-WSDL mode. It's just a data holder and does not have any special methods except the constructor. It's useful when you want to set the type property in SOAP request or response."

This makes it sound like using SoapVar automatically assumes that the SoapClient is NOT in WSDL mode. In fact, this is the ONLY way to correctly set a type attribute for a variable - when the client is STILL in WSDL mode.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-27 04:48 UTC] philip@php.net
dmytton is now working on the SOAP docs
 [2009-11-23 13:41 UTC] vrana@php.net
Already fixed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 10:01:32 2025 UTC