Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21787 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19665 invoked by uid 1010); 3 Feb 2006 16:22:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19650 invoked from network); 3 Feb 2006 16:22:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2006 16:22:08 -0000 X-Host-Fingerprint: 24.208.79.238 CPE-24-208-79-238.neb.res.rr.com Received: from ([24.208.79.238:16033] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 07/37-04483-D2383E34 for ; Fri, 03 Feb 2006 11:22:05 -0500 Message-ID: <07.37.04483.D2383E34@pb1.pair.com> To: internals@lists.php.net Date: Fri, 03 Feb 2006 10:23:29 -0600 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051128) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 24.208.79.238 Subject: is this a bug in the soap extension? From: cellog@php.net (Greg Beaver) Hi all, When I load the simple example for geocoding with this code: geocode("411 Woody Hayes Dr, Columbus, OH"); // Dump the returned object var_dump($result); ?> I get a SoapFault unexpected text element. This is in PHP 5.1.0RC4, 5.1.2, 5.1.3-dev latest CVS (I don't have 5.0 hanging around to test with) Could someone with SOAP extension know-how take a look at the wsdl at: http://geocoder.us/dist/eg/clients/GeoCoder.wsdl and let me know if there really is a problem with it? If so, I'll report the problem to geocoder, otherwise I'll open a php bug. My quick scan does not detect any obvious problems in the wsdl, but I rarely work with SOAP. Thanks, Greg