I did this a few years ago in college, where we were given a file and needed to read in the file, create a string, then send a post message to an http server which would pick up the string for use in a server app. Pretty common XML stuff today, which is what we are doing now. I have made a java application to pick up our XML file, read into a stringbuffer, connect to a url and send the message as a post request, but now I need to figure out how to actually test the application. We haven't been given the URL to post to yet since the target is being developed by an external entity. I haven't made a program before to actually read in the post info and use the data, so any suggestions where I can start to make an app or download one for my localhost to see what is being sent and ensure that all is going well?
I hope I am being clear enough!
I hope I am being clear enough!
