jboss web services to tranfer files

Posted by mengmenger on Stack Overflow See other posts from Stack Overflow or by mengmenger
Published on 2010-03-12T01:38:59Z Indexed on 2010/03/12 7:27 UTC
Read the original article Hit count: 145

Filed under:
|
|

I dont have any experience for web services. please give me some suggestion about the task below. the task is: users will send a txt file (size should less than 20K ) from a .NET application, I need to write a web services which runs by jboss 5.x to read this file and edit this file and send the file back to .NET UI to display the edited version.

question is that if the txt file is just test string or binary string, are there any restriction of the string length? if it's binary string, can I need to use BinaryReader class to read it? or not need special reader to read it? (this could be a dumn question :P)

what if the .NET application can save the file on either the .NET application server or some shared server location, send a download URL to web serivces, can web services download it and read it? JBoss will be run on Linux sever.

After edit the file, how do I send it back?

Thanks for your help!

© Stack Overflow or respective owner

Related posts about java

Related posts about jboss