some small fixes to get it working

This commit is contained in:
Christian Kerl
2011-04-09 00:43:47 +02:00
parent 8367556323
commit ce844e799f
2 changed files with 9 additions and 6 deletions

View File

@ -96,6 +96,9 @@ class SoapServerFactory
private function addSoapServerClassmapEntry(&$classmap, Type $type)
{
// TODO: fix this hack
if($type->getXmlType() === null) return;
$xmlType = QName::fromPackedQName($type->getXmlType())->getName();
$phpType = $type->getPhpType();