[SoapBundle] Fixed usage of bad key in ComplexType strategy
Fix issue #5
This commit is contained in:
@ -98,7 +98,7 @@ class RpcLiteralRequestMessageBinder implements MessageBinderInterface
|
||||
$this->messageRefs[$hash] = $message;
|
||||
|
||||
$messageBinder = new MessageBinder($message);
|
||||
foreach ($this->definitionComplexTypes[$phpType] as $type) {
|
||||
foreach ($this->definitionComplexTypes[$phpType]['properties'] as $type) {
|
||||
$property = $type->getName();
|
||||
$value = $messageBinder->readProperty($property);
|
||||
|
||||
|
Reference in New Issue
Block a user