-
May 18th, 2009, 11:05 AM
#1
simple xml payload endpoint
Hi,
Im looking for a way to simply get the message payload as XML. I just need to get the XML payload from the SOAP message in order to take it as is and send to some other application.
What is the correct way to do that ? I just couldnt find any abstract payload endpoint to do just that. Or should I use interceptor for that ?
I could of course use some existing payload endpoint, get the data, and then rebuild it into XML, but i dont want to waise all that processing time for nothing ...
Thanks !
-
May 18th, 2009, 11:29 AM
#2
hi,
using the SoapEndpointInterceptor seems to me a good idea. even if you have to do some processing using dom or whatever you want.
Tags for this Thread
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