WMI2OMAdapter
I really don't know if this is in the right thread by this topic appears to be one of the most undocumented topics I have ever searched for. If anybody knows a better spot to post this message please tell me.
I am trying to manage POS (point of service) devices with something called WMI. There is supposed to be aVisual Studio Adapterfor this but it only works with VS 2003 and I am using VS 2005.
I have installedMicrosoft POS for .Net version 1.11 and within the install folder there is a dll entitled "Microsoft.PointOfService.Admin.dll". Within this is the namespace Microsoft.PointOfService.WMI2OMAdapter. There are only two methods that can be called on a WMI2OMAdapter object.
Execute(string) and LoadDefinition(string)
This namespace appears to be similar to the Microsoft.BizTalk.WMI2OMAdapter namespace so I am hoping somebody will have a clue how to use these methods.
I have an xml file that I would like to use to configure a machine with the proper POS devices when my main app is installed.
Does anyone know how to use my xml configuration file or even how to work this class or know of any documentation on it?
I would greatly appreciate any comments no matter how far out they may be.
Thanks

