-
Oct 15th, 2010, 11:24 AM
#1
Best way to forward SOAP messages over JMS
Hi All. I'm new to Spring WS, but I've managed to get version 1.5.9 running with JAXB marshalling, a MarshallingMethodEndpointAdapter, and a simple @Endpoint.
What I'm struggling with at the moment is that I want to take the incoming XML Request coming over http and forward the payload to a JMS topic. I've searched around but haven't found anything similar.
My idea is to implement an endpoint, I guess I'd have to implement ws.server.PayloadEndpoint in java code, and then inject in a webServiceTemplate.
Does this make sense or is there an easier way to do what I'm trying to do?
What issues might I run into? Up to this point, it's been a grind (never done web services before), but I'm impressed by how slick spring-ws is once it's all working :-).
Last edited by garytr25; Oct 15th, 2010 at 12:45 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules