L
lord.zoltar
We have a webservice that currently takes in a small chunk of binary
data (usually < 1MB) as a part of the message. There is a good chance
we will need to take much larger chunks of binary data (up to 20 MB).
I'm not a web services pro so I'm wondering if anyone with more
experience can say if this is a good idea, or bad idea; and if a bad
idea, what alternate solutions are there? We are stuck with using a
webservice for this application (I would think FTP would be better for
large file transfers but it doesn't look like we'll be able to do
that), and any changes to the web service will require changes to the
client application that sends us the messages (it's maintained by a
third party, but they'd probably be OK with a change to the wsdl if it
isn't TOO drastic). Any ideas?
TIA!
data (usually < 1MB) as a part of the message. There is a good chance
we will need to take much larger chunks of binary data (up to 20 MB).
I'm not a web services pro so I'm wondering if anyone with more
experience can say if this is a good idea, or bad idea; and if a bad
idea, what alternate solutions are there? We are stuck with using a
webservice for this application (I would think FTP would be better for
large file transfers but it doesn't look like we'll be able to do
that), and any changes to the web service will require changes to the
client application that sends us the messages (it's maintained by a
third party, but they'd probably be OK with a change to the wsdl if it
isn't TOO drastic). Any ideas?
TIA!