Spring web service client to call Apache axis web service

I need to call an external (remote) webservice through a spring webservice proxy.

  • How can I send a request to Remote Web Services?
+1


a source to share


1 answer


http://static.springsource.org/spring-ws/sites/1.5/reference/html/client.html



Basically you can use the Spring webservice pattern to call remote soap services.

+1


a source







All Articles