Hi,
I am facing an issue when i am do a sql service call using WCF-Custom
I have followed the steps listed in the below link to generate the SQL schema (req-res sendport) using the native SQL adapter (Add Adapter).
After generating, I've deployed the schema and I am trying to make a service call using the WCF-Custom Adapter via a dynamic send port in an Orchestration.
But I am getting an error like
"Error Description: Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException: The start element with name "USP_GetCustomerData" and namespace "" was unexpected. Please ensure that your input XML conforms to the schema for the operation."
I've validated the suspended message against the deployed schema and it seemed to validate just fine.
Could you please point out any point that you think I am missing.
Or could you point to an alternate solution. I wanted to generate a nested structure from a SQL Stored Procedure and use it later on in the maps. Since the structure generated by the new WCF-SQL adapter is flat (as in a single node with the result set), I had to go for .the above approach. Any alternate approach would also be of great help
Thanks and Regards,
Ujjwal
-Ujjwal