Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Initialize message for use in Send-Receive-Port › Re: Initialize message for use in Send-Receive-Port
May 31, 2010 at 7:05 AM
#24849
Hi Greg,
thanks for your reaction. I construct the message because of the compile time error, that this message is not constructed. What do you mean with [quote user="greg.forsythe"]
… it could be that there is a code path that uses the SAP response message, that can be performed without calling the send port to SAP
[/quote]
How can I avoid the error, that “Message has not been initialized in construct statement”?
Here a overview about my message flow throug the orchestration
| Shape | Message | Port |
|---|---|---|
| Receive | SiebelRequest | unidirektional receive |
| Transform | SiebelRequest->SAPRequest | none |
| Send | SAPRequest | Send-Receive-Port (Request) |
| Receive | SAPResponse | Send-Receive-Port (Response) |
| Transform | SAPResponse->SiebelResponse | none |
| Send | SiebelResponse | unidirektional send |
Thanks.
Ulf