Home Page › Forums › BizTalk 2004 – BizTalk 2010 › about the null values in the request message › Re: about the null values in the request message
October 31, 2008 at 2:21 PM
#21110
First define the 3 elements as distinguished fields. Then here is some code you can use in the decide shape:
System.String.IsNullOrEmpty(MyMessage.Field1)
If the client does NOT supply a value, then this expression would return true.