What steps will reproduce the problem?
1. Host a OData Service that has a POST Service Operation with a void return
type
The example $metadata's function import
<FunctionImport Name="TestServiceOp" m:HttpMethod="POST">
<Parameter Name="testParam" Type="Edm.String" Mode="In"/>
</FunctionImport>
**Notice no ReturnType' attribute is present in the <FunctionImport/> element **
2. Build your ODataConsumer and execute a request
What is the expected output? What do you see instead?
FunctionImport/Service Ops should be able to execute with void return types
What version of the product are you using? On what operating system?
0.5-SNAPSHOT
Please provide any additional information below.
I don't know how you guys want to handle this, maybe make the EdmxFormatParser
aware of void return types for the EdmFunctionImport class.
Original issue reported on code.google.com by AffableB...@gmail.com on 9 Nov 2011 at 9:09
Original issue reported on code.google.com by
AffableB...@gmail.com
on 9 Nov 2011 at 9:09