D
Dante
I have developed a PHP web service that runs on a linux machine. I have
also developed a windows forms client to the web service in C#. The only
problem that I'm having is that the data that I send to the web service is
too large. For one, the server denies any post greater than 8 MB. It also
takes forever to send that amount of data. I would like to figure out how
to compress the soap content and then have the server decompress it after it
has received it.
Has anyone done this? Does anyone know of any good resources with examples?
Thanks
Dante
also developed a windows forms client to the web service in C#. The only
problem that I'm having is that the data that I send to the web service is
too large. For one, the server denies any post greater than 8 MB. It also
takes forever to send that amount of data. I would like to figure out how
to compress the soap content and then have the server decompress it after it
has received it.
Has anyone done this? Does anyone know of any good resources with examples?
Thanks
Dante