I've started working on a project that integrates into Great Plains 9.0 using eConnect. Not having done this using BizTalk Server 2006, I thought I'd document some of my observations and the steps I took.
To begin, I was able to get eConnect for GP (en_econnect_for_gp.zip) through my MSDN subscription. If you have Great Plains 9.0, then you should be able to get your hands on this package. When you unzip the package, you'll notice two files:
After reading through the eConnect guide, I ran the installation MSI file. A few highlights / comments:
Once you have installed eConnect 9.0, you must still install the adapters for BizTalk Server. Browser to the following folder: C:\Program Files\Microsoft Great Plains\eConnect9\BizTalk\BizTalk 2006\ (obviously, choose \BizTalk 2004\ if you are using 2004). From here you can run the BTS_eConnectAdapter.msi file and install the BizTalk Server 2006 adapter.
Once the installation for the adapter is complete, make sure you update your platform settings and add the adapter. Follow these steps:
Pretty simple and straightforward.
Now, browse to the following folder: C:\Program Files\Microsoft Great Plains\eConnect9\XML Schemas\. Here you will notice all the XDR and XSD schemas. In particular, the "Incoming XSD Individual Schemas" and the "Incoming XSD Schemas" folders. The first has every schema in an individual XSD, whereas the second has them all in an eConnect.xsd file. Depending on you circumstances, you can import these schemas into your BizTalk projects, so that you can utilize them in Orchestrations, maps, or whatever else you choose. Additionally, once you deploy your projects assemblies, the schemas will be available within your BizTalk solution.
And finally, one other folder you may want to look at is C:\Program Files\Microsoft Great Plains\eConnect9\XML Sample Documents\Incoming\. This folder has a number of sample XML documents that you can use for testing. VERY useful stuff here!
Just a few things I've learned and observed while getting all this configured. I'm sure I'll post more as I continue to use the eConnect adapter.
I hope this helps!
Remember Me
a@href@title, b
Page rendered at Tuesday, January 06, 2009 7:36:12 AM (Central Standard Time, UTC-06:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.