Results 1 to 2 of 2

Thread: simple xml payload endpoint

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    1

    Default 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 !

  2. #2
    Join Date
    Nov 2008
    Location
    Tunisia
    Posts
    67

    Default

    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
  •