Updated to work with latest version of Zend\Soap

This commit is contained in:
craigmarvelley
2012-01-04 11:47:45 +00:00
parent f0031e8923
commit d2cdc9ccad
3 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ class ComplexType extends AbstractStrategy
$dom = $this->getContext()->toDomDocument();
$soapTypeName = Wsdl::translateType($type);
$soapTypeName = $this->getContext()->translateType($type);
$soapType = 'tns:'.$soapTypeName;
if (!$classmap->has($soapTypeName)) {