Microsoft Developer Network > BizTalk Server Forums > BizTalk Server General > SharePoint 2010 with BizTalk SharePoint Services Adapter

Answered SharePoint 2010 with BizTalk SharePoint Services Adapter

  • Thursday, January 21, 2010 6:18 PM
     
     
    Anyone 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 PM
    Moderator
     
     Answered
    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.config
     
    Something like:
    OldVersion=11.0.0.0 NewVersion=14.0.0.0
     
    This 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
  • Friday, January 29, 2010 5:55 AM
     
     Answered

    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

All Replies