Results 1 to 4 of 4

Thread: spring ws - sending and receiving attachments

  1. #1
    Join Date
    Jan 2009
    Posts
    3

    Default spring ws - sending and receiving attachments

    Hi,

    im new spring ws...

    trying to implement spring ws to send and receive attachments

    can any one help me with sample....

    other wise....tell me how to receive message at server side....

    Thanks
    Naresh

  2. #2

    Default

    Check out the MTOM sample shipped with Spring-WS.
    Tareq Abedrabbo

    My Twitter
    My Blog

  3. #3
    Join Date
    Jan 2009
    Posts
    3

    Default

    Thanks for quick reply....

    Already looked into MTOM sample

    My impression is .... we can send files as parameters in SOAPBody, not as soap attachments

    My requirement: should be able to send N number of attachments with actual soap body

    can u plz clarify this...?

  4. #4
    Join Date
    Jan 2009
    Posts
    5

    Default SOAP with Attachments

    Hello,

    You should be able to send n number of attachments using spring-ws..

    The best way to go about is using MTOM.. Try the mtom sample provide it does receive attachments as binary..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •