updated mtom message validity checks
This commit is contained in:
parent
370147653c
commit
4cc5950a66
|
@ -137,7 +137,7 @@ class SoapRequest extends Request
|
||||||
|
|
||||||
protected function initializeMtomSoapMessage(array $contentTypeHeader, $content)
|
protected function initializeMtomSoapMessage(array $contentTypeHeader, $content)
|
||||||
{
|
{
|
||||||
if(!isset($contentTypeHeader['start']) || !isset($contentTypeHeader['boundary']))
|
if(!isset($contentTypeHeader['start']) || !isset($contentTypeHeader['start-info']) || !isset($contentTypeHeader['boundary']))
|
||||||
{
|
{
|
||||||
throw new \InvalidArgumentException();
|
throw new \InvalidArgumentException();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue