Thanks to Adrian, I’ve worked native wss adapter of Biztalk 2006 to talk to MOSS2007. From his experience, I started to test his workaround on my own.
There’s only few differences and problems I found.
—
An alternative is to configure the adapter web service manually. I haven’t tried
this approach but it should work. In this case you need to create a virtual
folder on the IIS site hosting SharePoint and name that virtual folder
BTSharePointAdapterWS. The virtual folder should point to C:\Program
Files\Microsoft BizTalk Server 2006\Business Activity
Services\BTSharePointAdapterWS folder. This virtual folder must run in its own
application pool and this app pool needs to be a copy of the SharePoint app pool
(app pool used by _layouts virtual folder). You also need to update the
web.config file like below
—
—>
No, the virtual folder doesn’t have to point to C:\Program
Files\Microsoft BizTalk Server 2006\Business Activity
Services\BTSharePointAdapterWS folder.
—>
If you don’t have a Biztalk 2006 on your MOSS 2007 Server. You need to copy these two files from Biztalk CD to MOSS Server and GAC them.
Microsoft.Biztalk.KwTpm.OfficeImporters2.dll
Microsoft.Biztalk.Tracing.dll
I’ll attach webservice you need to copy and detailed workaround you need.
Hope it helps.