09-27-04 10:51 PM
Hi Ben,
Check that your construct shape is set to construct the message you are
assigning to (NewMessage in my example), you need to use two messages in thi
s
example, the one you receive (OldMessage), and the one you construct
(NewMessage).
/Alan
"Ben Jiang" wrote:
[vbcol=seagreen]
> Thank Alan,
> I did exactly as yours. but I always get error message when compiling:
> "use of unconstructed message <inputMessage>" - where <inputMessage> is t
he
> message from Receive port.(same as your OldMessage).
> Any idea?
>
> I have two messages:
> InputMessage(based on receive Schema) and OutputMessage(based on
> Send Schema);
> In my construct or assign shapes, I do
> OutputMessage = mydotnet.dosomething(InputMessage);
>
> Where mydotnet.dosomething is my dot net method takes xmldocument
> and return xmldocument object.
>
> I read through all threads in newsgroup, i could not find any body answner
> the question. A lot of
> threads just confuse people.
>
> cheers
> Ben
>
> "Alan Smith" wrote:
>
[ Post a follow-up to this message ]
|