Hi All,
As part of the one of the Flat file integration solution ,we deliver the Flat file to the target system using the proprietary transport tool given by the partner.
We need to invoke the tool(.exe file)by 'makeSystemCall’Java service. This tool doesn’t have the provision to set up our proxy settings so that the call goes through the proxy server.
When we run the tool in the command prompt using the command cmd.exe /c E:\HRimport\HRImport.exe and explicitly set the proxy details in the Internet Explorer browser Tools->Internetoptions->Connections->LAN Settings, we could connect to the target system and place the file at the target system .The same command is not working through the webMethods ‘makeSystemCall’ Java service .
When we disable the proxy settings in the IE and run the same command through cmd.exe, then the delivery fails .
So we were just trying to understand which ‘user’ will webMethods use while executing the Java services.
What setting we need to do at wM inorder to bypass the proxy? or can we give the proxy settings in command line?
Any quick help is highly appreciated
Thanks,
Venkat