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.
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.
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?