Ignore:
Timestamp:
2012/02/09 01:26:58 (12 years ago)
Author:
Seasoft
Message:

#1522 (PEAR::SOAP をバージョンアップ)

  • 0.12.0 -> 0.13.0
  • SOAP_WSDL により、「Yahoo!デベロッパーネットワーク」の「オークション SOAP」を取得できることを確認した。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/module/SOAP/Client.php

    r21318 r21461  
    606606                            // the type namespace from WSDL. 
    607607                            $qname = new QName($part['type']); 
    608                             if ($qname->ns) { 
    609                                 $type_namespace = $this->_wsdl->namespaces[$qname->ns]; 
     608                            if ($qname->prefix) { 
     609                                $type_namespace = $this->_wsdl->namespaces[$qname->prefix]; 
    610610                            } elseif (isset($part['namespace'])) { 
    611611                                $type_namespace = $this->_wsdl->namespaces[$part['namespace']]; 
Note: See TracChangeset for help on using the changeset viewer.