I am trying to create a WEB Service Consumer in Java(in Lotusscript it runs with no problems)
I can create the Java Classes from the WSDL File, but when I try to run my Java Agent I get the error:
lotus.domino.axis.InternalException: lotus.domino.axis.ConfigurationException: lotus.domino.axis.ConfigurationException: No engine configuration file - aborting!
lotus.domino.axis.ConfigurationException: No engine configuration file - aborting!
at lotus.domino.axis.configuration.FileProvider.configureEngine(Unknown Source)
at lotus.domino.axis.AxisEngine.init(Unknown Source)
at lotus.domino.axis.AxisEngine.<init>(Unknown Source)
at lotus.domino.axis.client.Service.getAxisClient(Unknown Source)
at lotus.domino.axis.client.Service.<init>(Unknown Source)
at KTWS1A_ServiceLocator.<init>(KTWS1A_ServiceLocator.java:4)
at JavaAgent.NotesMain(JavaAgent.java:13)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(Unknown Source)
I found this problem several times in the Internet, but no real solution. What do I have to do ?
Some where is mentioned: I miss a file called client-config.wsdd, but this file is nowhere on my PC.
Thanx 4 your help Martin