From: mirek dot novak at gmail dot com Operating system: Linux PHP version: 5.0.2 PHP Bug Type: SOAP related Bug description: SOAP server unable to handle request with references
Description: ------------ SOAP server unable to handle request with references inside. -- SOAP request example -- <?xml version="1.0" encoding="utf-8" ?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:anima:partner" xmlns:types="urn:anima:partner/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:setPoznamka> <data href="#id1" /> </tns:setPoznamka> <q1:PoznamkaType id="id1" xsi:type="q1:PoznamkaType" xmlns:q1="urn:anima:partner:schema"> <kid xsi:type="xsd:string">1310</kid> <pozn xsi:type="xsd:string">jhgjfhfg</pozn> </q1:PoznamkaType> </soap:Body> </soap:Envelope> -- end of ex. -- problem is <data href="#id1" /> which is not properly handled. Server responded with SOAP error and additional message "looks like we got "Body" with several functions call". -- Edit bug report at http://bugs.php.net/?id=30994&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30994&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30994&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30994&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=30994&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=30994&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=30994&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=30994&r=needscript Try newer version: http://bugs.php.net/fix.php?id=30994&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=30994&r=support Expected behavior: http://bugs.php.net/fix.php?id=30994&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=30994&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=30994&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=30994&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30994&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=30994&r=dst IIS Stability: http://bugs.php.net/fix.php?id=30994&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=30994&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=30994&r=float MySQL Configuration Error: http://bugs.php.net/fix.php?id=30994&r=mysqlcfg