Step 1: Using Biz-Talk 2010 I have created a schema for external partners. Build successfully.
Step 2: Created an ASMX web service using Visual Studio 2010 and referenced the DLL created in step 1.
Step 3: On browsing the web service I am receiving the following error:
*****************************************************************************************************************************************************************************************************
You must implement a default accessor on System.Xml.Schema.XmlSchemaCollection because it inherits from ICollection.”
*********************************************************************************************************************************************
Looks like the issue is within Microsoft.XLANGs.BaseTypes.DLL
How can I resolve this issue? Any suggestions?
Thanks,