@@ -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) { |