Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
If a parameter to a RPC/Lit operation is null, the soap binding just skips it and doesn't write out a part at all. Thus, the soap message is invalid as the part accessor it missing.
WSI BP R2211 states that RPC/Lit parts cannot be nillable. Thus, an exception should be thrown.