I'm developing an application that consumes a web service from a third party company.
When I run the application via Eclipse it works perfectly.
But when I go through the command line, the error "2 counts of InaccessibleWSDLException" is displayed whenever I call any of your services.
Command line: java -Xms256m -Xmx1024m -jar C: \ omni \ clients \ fac \ java \ IcaptorECob.jar
What should I do? What's the difference between running through Eclipse and out of it?