I'm working on multimedia transmission using SOAP, and I would like to create a SOAP service like this :
the client send a SOAP message to the server with a file in a DIME-attachment.
the SOAP service in server side extracts this file, makes some changes in the received file, and sends back a SOAP response with this new file in a DIME-attachment to the client.
Can anyone help me, please ? Thanks a lot, Julien.