| Prasad 2005-02-01, 5:59 pm |
| Hi Mig
Please help how to assign values in Construct Message Expression
eitherassiging property promotion or Xpath. Geting errors both types of
assignments in Construct shape. With out any assignment works fine.
OnlineApplication(Schema) in coming message
ResultMessage(Schema) in outgoing message
ResultMessage=OnlineApplication; ( if only this statement works fine)
ResultMessage.ProcessData.ApplicationStatus="1"; ( throws error or either
using xpath also throws error)
Please help how to assign values to result message.
"Mig" wrote:
> Prasad,
>
> Looks like you do not actually have an instance of your outgoing message for
> the assignment to take place successfully.
>
> Your code is correct, however only if you have created a Message entitled
> 'ResultMessage' that has an underlying type that is appropriate, such as XML
> Document or an outgoing schema. Once you have created the message holder
> you should be fine.
>
> Note you will get these type of errors in the code window in the Assignment
> shape if you do not set the Constructed message property of the shape to be
> 'ResultMessage'.
>
> Mig
>
> "Prasad" <Prasad@discussions.microsoft.com> wrote in message
> news:B2B64285-E6D0-491F-9CF1-3793C543A54C@microsoft.com...
>
>
>
|