SharePoint 2010 with BizTalk SharePoint Services Adapter
-
Thursday, January 21, 2010 6:18 PMAnyone try to make the Adapter web services work with SharePoint 2010 beta? I'm really eager to try some things out, but can't get the web services to install on Server 2008 R2 64bit with SharePoint 2010.
Is this one of those 2009 R2 things?
Kind Regards,
-Dan
Answers
-
Thursday, January 21, 2010 9:08 PMModerator
Hi Dan,
Yes the adapter will work.You need to make sure the adapter is configured on the bts side successfully (manual config here: http://blogs.breezetraining.com.au/mickb/2009/11/02/BizTalk2009ConfiguringTheSharePointAdapterManually.aspx)Grab the existing WSSv3 Adapter WS and copy it to the SP2010 environment.The trick is to add an entry into the Rebinding section of the WebService Web.configSomething like:OldVersion=11.0.0.0 NewVersion=14.0.0.0This tells .NET that when the WS is looking for v11 of the Microsoft.SharePoint.dll (v11) use Microsoft.SharePoint.dll (v14)The SP2010 APIs are 'mostly' backwards compatible, certainly around SPLists and SPListItems they are.On your way,Mick.
Mick Badran - http://blogs.breezetraining.com.au/mickb- Proposed As Answer by Thiago Antonio Brancher de AlmeidaEditor Monday, January 25, 2010 6:30 PM
- Marked As Answer by Wen-Jun ZhangMicrosoft Employee, Moderator Friday, January 29, 2010 9:03 AM
-
Friday, January 29, 2010 5:55 AM
Hi Dan,
Sharepoint 2010 will be supported with the new release of BizTalk Server 2009 R2. You may sign up for the TAP program if you want to have access to pre-release bits. You can send me a mail at sameerch AT microsoft DOT com if you are interested to try this out.
Unfortunately, you need to perform the manual steps given by Mick to get this working with current BizTalk Server.
Thanks!
Sameer- Marked As Answer by Wen-Jun ZhangMicrosoft Employee, Moderator Friday, January 29, 2010 9:03 AM
All Replies
-
Thursday, January 21, 2010 9:08 PMModerator
Hi Dan,
Yes the adapter will work.You need to make sure the adapter is configured on the bts side successfully (manual config here: http://blogs.breezetraining.com.au/mickb/2009/11/02/BizTalk2009ConfiguringTheSharePointAdapterManually.aspx)Grab the existing WSSv3 Adapter WS and copy it to the SP2010 environment.The trick is to add an entry into the Rebinding section of the WebService Web.configSomething like:OldVersion=11.0.0.0 NewVersion=14.0.0.0This tells .NET that when the WS is looking for v11 of the Microsoft.SharePoint.dll (v11) use Microsoft.SharePoint.dll (v14)The SP2010 APIs are 'mostly' backwards compatible, certainly around SPLists and SPListItems they are.On your way,Mick.
Mick Badran - http://blogs.breezetraining.com.au/mickb- Proposed As Answer by Thiago Antonio Brancher de AlmeidaEditor Monday, January 25, 2010 6:30 PM
- Marked As Answer by Wen-Jun ZhangMicrosoft Employee, Moderator Friday, January 29, 2010 9:03 AM
-
Monday, January 25, 2010 6:31 PMAnswererA bit more info:
http://kirkhofer.wordpress.com/2010/01/25/biztalk-2009-sharepoint-service-adapter-with-sharepoint-2010/
Regards,
Thiago
Thiago Almeida - http://connectedthoughts.wordpress.com -
Friday, January 29, 2010 5:55 AM
Hi Dan,
Sharepoint 2010 will be supported with the new release of BizTalk Server 2009 R2. You may sign up for the TAP program if you want to have access to pre-release bits. You can send me a mail at sameerch AT microsoft DOT com if you are interested to try this out.
Unfortunately, you need to perform the manual steps given by Mick to get this working with current BizTalk Server.
Thanks!
Sameer- Marked As Answer by Wen-Jun ZhangMicrosoft Employee, Moderator Friday, January 29, 2010 9:03 AM
-
Saturday, January 15, 2011 3:10 AM
A bit more info:
http://kirkhofer.wordpress.com/2010/01/25/biztalk-2009-sharepoint-service-adapter-with-sharepoint-2010/
Regards,
Thiago
Thiago Almeida - http://connectedthoughts.wordpress.com
Thanks a lot! The link is wonderful.

