Hi,
I developed a simple webservice to return a string based on an input
string sent by the client.
I configured my apache tomcat and axis2 for https on port 8443.
When I send a query, it got received by the server as I can display
the input string from the skeleton class and see it on tomcat log
Hi,
I would like to be able to control which bytes range I would like to
receive as a webservice response hosted by apache tomcat
I know there is something called header range.
Can anyone provide an example on how to use it?
Thanks.
--