Re: JAX-RPC Handlers on server side

2003-10-16 Thread Dan Christopherson
Aha! thank you very much! -danch Vladimir Umansky wrote: c:\axis-1_1\samples\jaxrpc\ Or whatever the directory where you unzipped axis. --- Dan Christopherson <[EMAIL PROTECTED]> wrote: I'm trying to figure out if Axis supports JAX-RPC style handlers on the server side. Looking through the co

Re: JAX-RPC Handlers on server side

2003-10-16 Thread Vladimir Umansky
c:\axis-1_1\samples\jaxrpc\ Or whatever the directory where you unzipped axis. --- Dan Christopherson <[EMAIL PROTECTED]> wrote: > I'm trying to figure out if Axis supports JAX-RPC > style handlers on the server side. Looking through > the code, I don't see anywhere where they'd be > executed.

JAX-RPC Handlers on server side

2003-10-16 Thread Dan Christopherson
I'm trying to figure out if Axis supports JAX-RPC style handlers on the server side. Looking through the code, I don't see anywhere where they'd be executed. Am I missing something, or are JAX-RPC handlers only supported on the client? thanks, danch