Search code examples
javamysqlweb-servicesjax-ws

What is the maximum size of data can be transfered through Web Service?


I am developing one application in java using JAX-WS.One of my service is for fetching data from MySql database which i am using back end.Is it possible to transfer a large amount of data(BLOB/MEDIUMBLOB) through JAX-WS response message.Is there any limitation of message size.If yes what is the maximum allowable size of message.


Solution

  • HTTP GET is not limited and can be even endless. There is not problem to transfer as much data as you want.