PDA

View Full Version : Spring JAX-RPC with AXIS


ram_2000
Sep 19th, 2004, 05:22 PM
Has anybody used AXIS JAX-RPC implementation with Spring ? I couldn't find any documentation on this.

I'm trying to implement a "wrapped" sytle service. Any help will be greatly appreciated.

ram_2000
Sep 19th, 2004, 06:02 PM
I just looked at the jpetstore sample that uses AXIS.

Any reason why the "AxisPortProxyFactoryBean" is specific to this sample. Can we not make it generic to take a list of mappings to register. Also, how about support for using "client-config.wsdd" to do bean registration and setup transports ( use JMS instead of HTTP)?

Is there plans to make this part of the Spring remoting core?