Can you tell me how do I expose a collection in a schema?
I have web service which has the following:
Public HD.Data.MyObjectsCollection _Mycoll;
When I refer to this webservice in my biztalk projectit shows the following error in reference.xsd :
E:\\dipesh\\HCD.BizTalk.Queue.Tasks\\Web References\\JobRequestWebService\\Reference.xsd Node \”<Schema>\” – Schema reference \”\” is not a valid reference or does not exist in the current project.
How do I represents collections in schemas?