@@ -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))) { |
@@ -111,6 +111,9 @@ |
||
111 | 111 | return $this->resultCreator->prepareResult($response, $soapOperation['output']); |
112 | 112 | } |
113 | 113 | |
114 | + /** |
|
115 | + * @return string |
|
116 | + */ |
|
114 | 117 | public function findFaultClass(ResponseInterface $response) |
115 | 118 | { |
116 | 119 | if (strpos($response->getHeaderLine('Content-Type'), 'application/soap+xml') === 0) { |