Link to home
Start Free TrialLog in
Avatar of LeanMoreTryMore
LeanMoreTryMore

asked on

HTTP calls in Java?

I want to send a file which is created from within the java process. this file is then sent via HTTP calls.

Do i need to write a program to make a HTTP call?

I have heard alot about HTTP call?
How is HTTP call used for? any configuration i need to take care of?

Please advise
Avatar of Mick Barry
Mick Barry
Flag of Australia image

What exactly is it you want to do?
Avatar of LeanMoreTryMore
LeanMoreTryMore

ASKER

transfer the file via HTTP
Someone mentioned it needs to use SOAP,

For example, i got a data file, i want to transfer the file to another location via http..
What will be recieving it at the other location?  Or do you need to also write the server side?
it would be java-based web application server or mircosoft comptiable web server like IIS

we need to support our different clients. some are using tomcat some using IIS
SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can try the FileUpload API from Apache for uploading the file:

http://jakarta.apache.org/commons/fileupload/
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial