jps88ps
jps88ps

Reputation: 23

Spring Integration webservice support

I went through some documents relating to Spring Integration WebService support.

I currently have a sample webservice , but is not a spring based webservice.

Can I call this webservice from my sample SpringIntegrtion application or is there any rule that requires a webservice should be a Spring based WebService?

Upvotes: 0

Views: 386

Answers (2)

Gary Russell
Gary Russell

Reputation: 174494

Yes, you can easily call the web service using the <int-ws:outbound-gateway/>; the target service does not need to be Spring-based.

Upvotes: 1

Nitesh
Nitesh

Reputation: 15739

You can invoke the web services in spring itself. You can read this article for further reference.

Hope this helps.

Upvotes: 0

Related Questions