<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>If the WPS execute request does not contain mandatory input(s), then the response of the ZOO-Kernel depends on the mode of execution: async or sync.</div><div><br></div><div>For example: DataInputs section of myService.zcfg contains 2 inputs called "i1" and "i2" each of which has minOccurs field set to 1.</div><div><br></div><div>If my WPS execute request mode is set to sync (mode="sync") and if I miss to specify input i2, then I get the following exception as WPS execute response</div><div><br></div><div> <ows:ExceptionText>The &lt;i2&gt; argument was not specified in DataInputs but is required according to the ZOO ServicesProvider configuration file.</ows:ExceptionText></div><div><br></div><div>But if I change the mode to async ( <span style="font-size: 12pt;">mode="async") and </span><span style="font-size: 12pt;"> </span><span style="font-size: 12pt;">if I miss to specify input i2,</span><span style="font-size: 12pt;"> then I do not get any exception but following responses:</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">1. </span><wps:StatusInfo></div><div><div><wps:JobID>7f4bfe7a-2680-11e6-9741-005056011a8c</wps:JobID></div><div>    <wps:Status>Accepted</wps:Status></div></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">2. </span><wps:GetResult</div><div><span style="font-size: 12pt;">        <ows:ExceptionText>The result for the requested JobID has not yet been generated. </ows:ExceptionText></span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">3. </span>    <wps:JobID>7f4bfe7a-2680-11e6-9741-005056011a8c</wps:JobID></div><div>    <wps:Status>Running</wps:Status></div><div><div style="font-size: 12pt;"><br></div></div><div><br></div><div>Is this a possible bug?</div><div><br></div><div><br></div><div>regards</div><div>Rakesh</div><div><br></div>                                          </div></body>
</html>