Hi,
Here is the Scenario How My Client Wants:
1 Input\Request , I have to make 4 SQL Calls (I have 4 Select_SPROCS,with coman request) and generate 4 SQL Responses and all SQL Responses Map to Final XSD that is the Final Output.
========================================================================
I tried this in 1 Orchestration, got SQL SendPort Namespace and RootNode Issue.
Then i made every process saparate Orchestration(4-Orch) and got 4 final Output(all same namespaces), my client need only 1 final output merging all out puts.
i am looking better way to handle this process or how can i merge 4 final outputs to 1 xml.
Any help appreciated.