One of my services have to:
1 - to get incoming info message from Oracle service
2 - to process this message
3 - to send response message to another remote service as broadcast message
May I do it using Spring-WS? I in perplexity on point #3
P.S. Other my services are using classical model type of request-response with Spring-WS
Thanks


Reply With Quote