BizTalk integration with SharePoint is … interesting. Using the Add Generated Items… Consume WCF service might result in a proxy that will not build due to a bad reference. The proxy file Lists_schemas_microsoft_com_sharepoint_soap.xsd contains the bad reference. The reference in particular is...
Just some notes on connecting BizTalk to SharePoint’s /_vti_bin/lists.asmx">http://<site>/_vti_bin/lists.asmx webservice. After using Add Generated Items –> Consume WCF Service to create the proxy and binding you might find that when calling the service a transport level...
In my schema file, I have a choice element that only contains a single child element. For example: The above example is actually a crude schema of the where clause of a Sharepoint call to Lists.asmx where in the case I have only 1 item, I want to send a where clause of <Where> <Eq> <FieldRef...