On 15 Mar, 06:04, "Bhanu" <ratneshmau...@gmail.com> wrote:
> Want some suggestion from you guys.
> I am using web services to upload data to server, this data is send
> after some event(clients not necessarily java clients). Is there some
> better approach to do that.
> If it is a good approach then what are other alternatives(other that
> Apache Axis)
>
> -Thanks
Alternatives :
XFire
Celtix
Apache CXF ( still beta )
Glue
JBossWS
ActiveSOAP
JibxSOAP
Try XFire (
http://xfire.codehaus.org/ ), very fast i easy to use.
But use MTOM support for uploading data, as i remember people send
data with size over 100MB whit this.