|
Home > Archive > BizTalk Server Orchestration > October 2004 > Message Assignment
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Message Assignment
|
|
| norgie 2004-10-26, 5:48 pm |
| Hi,
I've got a message called SP_input defined in an orchestration. SP_input's
message type is 'ProjectCallSP.procedureRequest' (multi-part message type).
The latter contains a message part called 'parameters' of type
'ProjectCallSP.SQLService.RequestRoot'.
(SQLService is generated using 'Add Generated Items>>Add Adapter>>SQL' and
it "points" to a parameterless stored procedure).
I've set up my send and receive shapes and connected them to a
request-response port. I've also added a "Construct Message" shape with
property 'Message Constructed' set to 'SP_input'. Inside the "Construct
Message" shape I've added a 'Message Assignment' shape where I intend to
create an instance of 'SP_input' (or SP_input.parameters?). Problem is I
don't know what to put in the expression editor. If I try
SP_input.parameters = new ProjectCallSP.SQLService.RequestRoot();
I get the following build error
"method parameters, return values and properties can not have an XSD-based
type"
So what do I do to instantiate SP_Input (or SP_input.parameters) correctly?
TIA
-- norgie
| |
| Tharani Vettivelu [MSFT] 2004-10-26, 5:48 pm |
| Hi,
Please see the BizTalk server 2004 documentation under SDK\Programming
guide\Developing Orchestration\creating orchestrations\Using Expressions
and Variables\Expressions.
You can download the latest version of Biztalk Server 2004 help at
http://go.microsoft.com/fwlink/?linkid=20616
Thanks,
Tharani.
--------------------[vbcol=seagreen]
SP_input's[vbcol=seagreen]
type).[vbcol=seagreen]
and[vbcol=seagreen]
XSD-based[vbcol=seagreen]
correctly?[vbcol=seagreen]
|
|
|
|
|