I have a scope block as part of the orchestration which gets called from another orchestration.
That scope block has got an expression shape which calls the c# method. I would need to capture the return value from the method and then send that to a local folder.
so
1) I have created a local variable and captured the return value from the method
2) Then I have create a schema, and I have assigned the return value from the method to the xpath of the element of the schema
3) with in the scope, I have added a message assignment shape with message as the schema
4) then added a send port.
All the message assigment and port is in the scope. but it doesnto seem to be working.
does scope cannot have message assignment and send port?>
- Edited by ragavalli Wednesday, May 21, 2014 7:46 PM


