Is there a way I can update a column value of a message uploaded to
sharepoint document
library using BizTalk. The message is previously sent by biztalk
itself with name as <Msg_MessageID>
and some additional column values assigned using ConfigPropertiesXml.
Now I want to update the same
message column value. How can I correlate the message?
Hoping to hear soon.
Regards,
BizTalkGeek
Awaiting
BizTalkGeek
There are either two options:
1. Resent the whole message with the added properties. This will, however,
overwrite any changes done on the SharePoint site to the document
2. Use SharePoint WebServices to alter the document. This is a custom code
approach using the SharePoint Lists.asmx WebService.
Hope that helps
Regards
Joerg Fischer
"BizTalk Geek" <bizta...@gmail.com> schrieb im Newsbeitrag
news:bee2d505-ee13-487c...@o23g2000vbi.googlegroups.com...