Posted: Tue Oct 13, 2015 2:23 am Post subject: Attachment as a Request
Voyager
Joined: 15 Apr 2014 Posts: 89
Hello,
In my requirement the source application sends a request as a bundle of files with .eff format.(in that bundle we have 1to N files).
Up to now i worked with single request file. I want to know is their any way to handle the request. I am using SOAP input node with WSDL.
The WSDL must include the option to have more than one elf file in it.
Or you need to add multiple attachment parts to the MIME document representing the SOAP message.
You must strongly consider the overall size of the bundle. HTTP is not a great protocol for larger message sizes. JMS over MQ is limited to 100MBs per message. _________________ chmod -R ugo-wx /
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
chaitu wrote:
But in each request their will be only one .eff file as an attachment which is a package of 3 files in it.
And the WSDL is given to me so shall i move like a normal(single file) request or i have to change anything else.
How can we know? Is your requirement to unbundle the files and process them in some way (in which case you'll need to devise a mechanism to achieve that) or do you just upload the bundle someplace as a block?
There's also a difference between a bundle of 3 files (as you indicate here) and a bundle of 1 - N files (as you initially indicated), as my most worthy associate has alluded to. _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum