I’m trying to make a java-agent that consumes a webservice. (Among others) I’ve included these files in order to make an axis-client:
commons-discovery.jar
commons-logging.jar
log4j.jar
Now I get this error:
java.lang.ExceptionInInitializerError: org.apache.commons.discovery.DiscoveryException: No implementation defined for org.apache.commons.logging.LogFactory
Does anybody have any ideas?
(Please…)
/Ulla
Subject: Consuming web-service with Java-agent
Hi,
I’m struggling with the exact same problem.
Have you found a solution yet?
Sandra Borges
(sandra_sborges@yahoo.com)
Subject: FYI: I didn’t find a solution: consuming web-service with Java-agent
I gave up using java. I spent some time trying but in the end I couldn’t waste any more time on it.I did it in C# instead, and created an *.exe that I
call from lotus script, passing the webservice’s url
and parameters by argument to the Shell() function.
Subject: RE: FYI: I didn’t find a solution: consuming web-service with Java-agent
Good solution, but did you know that you can also call your c# libraries directly from LotusScript? Here is some free sample code for doing this (from the session I gave at Lotusphere 2003):
Subject: FYI: consuming web-service with Java-agent - using c# libraries from LotusScript
Great tip! Thank you very much for sharing this knowledge.
(but still I don’t know I could have used it, I didn’t have access to the server machine, so I wouldn’t be able to register the library…)