Fix WSDL schema stylesheet including

This commit is contained in:
Rekky
2013-11-26 11:39:07 +04:00
committed by Francis Besset
parent 8788d7595d
commit 1e82d7fdd7
3 changed files with 15 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class WebServiceContext
$definition->setOption('location', $endpoint);
}
$dumper = new Dumper($definition);
$dumper = new Dumper($definition, array('stylesheet' => $this->options['wsdl_stylesheet']));
$cache->write($dumper->dump());
}