Fix WSDL schema stylesheet including
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user