I have an MTS package installed on a server. What I am trying to find is a way to access the components within that package from a separate machine using only VB. I know I can export the package and use DCOM on the second machine or access the server through the MTS on the second machine, but I want to know if their is a way to call the methods, and retrieve the results from the method within the MTS package, without using DCOM or MTS on the second server machine.
Any help would be greatly appreciated!!!!
