Does Spring have any support for Soap?
Thanks!
Does Spring have any support for Soap?
Thanks!
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