@@ -115,6 +115,9 @@ |
||
115 | 115 | return $operation; |
116 | 116 | } |
117 | 117 | |
118 | + /** |
|
119 | + * @param string $direction |
|
120 | + */ |
|
118 | 121 | protected function generateInOut(Operation $operation, OperationMessage $operationMessage, Param $param, $direction, Service $service) |
119 | 122 | { |
120 | 123 | $xmlNs = $operation->getOperation()->getDefinition()->getTargetNamespace(); |
@@ -80,6 +80,9 @@ |
||
80 | 80 | } |
81 | 81 | } |
82 | 82 | |
83 | + /** |
|
84 | + * @param string $namespace |
|
85 | + */ |
|
83 | 86 | private function setAttributeOnNode(\DOMElement $node, $name, $value, $namespace) |
84 | 87 | { |
85 | 88 | if (!($prefix = $node->lookupPrefix($namespace)) && !($prefix = $node->ownerDocument->lookupPrefix($namespace))) { |