[Axis2] Classpath issue accessing a WebLogic server method

2006-03-24 Thread Erik Horstkotte
I'm working on creating a simple web server in Axis2 (0.94, currently) that is currently just a facade to some EJB methods running in a WebLogic Server (8.1) container. I have weblogic81.jar, which contains the class weblogic.jndi.WLInitialContextFactory, in the /lib directory of my service .aa

[Axis2] Converting an Axis1 web service to Axis2

2006-02-27 Thread Erik Horstkotte
Greetings! I've been tasked with converting an fairly simple existing, working web service from Axis1 to Axis2 as a development exercise. I've gotten to the point where it all compiles and installs under the Axis2 via a .aar file, appears in the available service list, and coughs up a plausibl