10-26-04 10: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
[ Post a follow-up to this message ]
|