Hi,
I am setting up an integration using IF2 with Live Integration.
I have some custom functionality that I would like to implement, which means that I would simply like to CallErpService(WithMyCustomXML) and get back the response XML from the ERP.
How can I do this simply?
When I look at the source for the IF2 LiveIntegration, it looks like all the Connector-stuff is marked as internal, which means that the only way to do this, is to use source and add my functionality directly to the LiveIntegration Dll.
I would much prefer some sort of simple public class or static method in the liveIntegration dll that I could use. Am I missing something?
Thanks, Jonas