Hi All
I am using the WCF oracle to connect oracle and execute sp to fetch data.biztalk add -- >Generated Items -->adapter metadat used to generate schemas for oracle sp to be used in map.Till recently it was working fine, But I need extra field(DEP) from
oracle has been added to SP in oracle and regenerated the schema at biztalk end,and reloaded the schema in map.Destination schema contains set of shared schemas(complex types)
I have added the DEP field in respective schema. I am able to see both the DEP in sorce and dest schema when I reloaded.
But I am getting the following error when I test the map.
Exception Caught: The map contains a reference to a schema node that is not valid. Perhaps the schema has changed. Try reloading the map in the BizTalk Mapper. The XSD XPath of the node is: /*[local-name()='<Schema>']/*[local-name()='Stored
procedure']/*[local-name()='IO_REFCURSOR']/*[local-name()='IO_REFCURSORRECORD']/*[local-name()='DEP']
Please let me know your suggestions.
Thanks
Krishna