Re: Axis2 Binding use of Inbound Wire?

2006-08-02 Thread Venkata Krishnan
Hi Jeremy, I am trying to get a sample up for the RMI Binding and I am also stuck with the inbound wire not being set (i.e. it is null). Could you please help me identify what I could be missing out here? Thanks. - Venkat On 7/31/06, Scott Kurz [EMAIL PROTECTED] wrote: I'm trying to

Re: Axis2 Binding use of Inbound Wire?

2006-08-02 Thread Venkata Krishnan
Hi Jeremy, I looked up the SystemBindingBuilder.build method and gathered the way inbound and outbound wires are instantiated and initialized. I copied the same code over to the RMIBindingBuilder and created classed for InBoundWireImpl and OutBoundWireImpl as well. Is this the right way to go