tags:

views:

842

answers:

1

I need to call the external(Remote) web service through my spring web service client proramme.

  • How can i send the request to remote web service service?
A: 

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

Basically you can use the Spring webservice template for calling remote soap services.

simonlord