Posting data to third party web forms and getting results
I'm trying to figure out the best (read: easiest) way to post a query and get the results from this site using Java: ExPASy - Sulfinator tool
A sample query would be to enter the sequence "EFDEYGHMRFG" and hit the submit button. Then I want to parse the results.
It seems like there should be pretty straightforward to do this, but my web skills are abysmal.
Does anyone have any recommendations? I've tried doing a web search, but keep hitting dead end.