Yes, I did figure out how to do that. I found some examples on-line. (It may be my problem, but it looks like that little gem of information is missing in the Axis 1.0 docs).
At any rate, in pursuit of some additional flexibility, I am still interested in using dynamic proxies to invoke SLSBs in Axis. //Nicholas --- Gene Chuang <[EMAIL PROTECTED]> wrote: > > I remember reading somewhere in the docs that axis > can automatically generate Web services stubs to > SLSBs, so there shouldn't be a need to write your > own DP layer. Not sure now where the link is, maybe > someone else can chime in... > > Nicholas <[EMAIL PROTECTED]> wrote:I am attempting > to create a low-code-required solution > to expose Session EJBs via Axis. I was hoping to > make > the actual Axis cervice classes be implemented as > dynamic proxies that would direct actual invocation > to > EJBRemote objects. The problem is, I think the > AxisServlet (or whichever specific class does this) > does not support classes that have private > constructors, and for my dynamic proxy, I need the > invoker to use a getInstance() method instead. > > Any ideas ? > > //Nicholas > > ===== > Nicholas Whitehead > Home: (973) 377 9335 > Cell: (201) 615 2716 > Work: (212) 622 5639 > [EMAIL PROTECTED] ===== Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716 Work: (212) 622 5639 [EMAIL PROTECTED]
