If we are using a .Net class generated by xsd.exe from a schema. we wont be able to acces the classed public fields inside the message assignment shapes / expressions etc. To achieve that we need to edit the xsd generated cs file with the following attributes
Read More...
Many of us would have faced Use of unconstucted Message Error in the Construct Message shape. Our need would have been to only intialize it with empty constructor. But it would force us to create a message by 1. Loading and empty xml instance of the xsd
Read More...