Hello Community,
I have a custom DLL which calls a webservice.
I am calling a webmethod of the DLL through appeondotnetcomponent.of_execinterface() method
A calling app is supposed to provide the
It works perfectly being called from a test DotNet app if this section is added to the app's APP.CONFIG file:
contract="xxxServiceReference.webserviceService"
name="webservicServicePort" />
Question:
Which config file is used by the Appeon appeondotnetcomponent nvo, where I can provide this section info to be passed to the DLL to successfully call the webservice?
Thank you beforehand...