Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40542 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83957 invoked from network); 17 Sep 2008 20:24:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2008 20:24:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 216.239.58.186 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 216.239.58.186 gv-out-0910.google.com Received: from [216.239.58.186] ([216.239.58.186:18210] helo=gv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/63-02935-88761D84 for ; Wed, 17 Sep 2008 16:24:41 -0400 Received: by gv-out-0910.google.com with SMTP id e6so1683157gvc.37 for ; Wed, 17 Sep 2008 13:24:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:mime-version:content-type; bh=KaYFCOahEDbuJuLfzrUKOWW+IOg9DSKExpJ+W76n9Jc=; b=bNe6SX2e3rUWDaHd/tw7KYQ6sAd7HT2ctUGqU9Ob6Pwxrh/mVBxv5YnQnvPtw7Cu/v /Wyp6ovhiONPupmqU0g+jTk3zzO/PXzpBWOqaTTsvo08gqXuHrxPl2Cp1B4GpLYRahY/ FfXqjngr+UFlBU6w7JtddwXJquew6dL9imYQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type; b=P5A/FqDB5t82m7hMhQYOR1rhqlSCdQEB0mwmSaZx7hLIYmKApZRNwOb9XxVmS5g0wy 3/GjjPODgmjo/q7UYLmvPHZd58JL4nX6PzeK/VmRlqPaFXtxG30h4m6sDDFV6nMoGbpa jh9cwWln0fG2m3TZvQEncl6l85GaTyYx8Jkw0= Received: by 10.103.134.20 with SMTP id l20mr2127079mun.132.1221683077849; Wed, 17 Sep 2008 13:24:37 -0700 (PDT) Received: by 10.103.212.17 with HTTP; Wed, 17 Sep 2008 13:24:37 -0700 (PDT) Message-ID: <10845a340809171324m53646818s3aa2a832e51f8bc0@mail.gmail.com> Date: Wed, 17 Sep 2008 21:24:37 +0100 Reply-To: RQuadling@GoogleMail.com To: "PHP Internals List" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26571_17126429.1221683077864" Subject: How does a PHP array become an XML document for use by a SoapClient? From: rquadling@googlemail.com ("Richard Quadling") ------=_Part_26571_17126429.1221683077864 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. Where can I find out how a PHP array gets converted to an XML document for transmission using SOAP using a WDSL file? Ideally I would like to see some sort of trace of the conversion process. I'm helping someone else. They seem to be doing everything correctly but a chunk of the XML file is missing and this is generating an error when it gets to the other end. Regards, Richard. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" ------=_Part_26571_17126429.1221683077864--