PDA

View Full Version : Does Spring have any support for Soap?


tcollins
Aug 26th, 2004, 04:07 PM
Does Spring have any support for Soap?

Thanks!

Juergen Hoeller
Aug 27th, 2004, 02:15 AM
Have a look at the org.springframework.remoting.jaxrpc package: It provides support for client access to SOAP services via JAX-RPC, and implementation support for JAX-RPC services. The JPetStore sample application shows this in action, with Axis as JAX-RPC implementation.

Juergen