in reply to Re: Using Perl to perform java applet forms
in thread Using Perl to perform java applet forms

Oh, is that all? :D Actually I was sort of assuming it would be that difficult to do this if there aren't Google references for things like this.

I'd appreciate any sort of information, links, code, etc that anyone might have that would aid me in the right direction.

  • Comment on Re^2: Using Perl to perform java applet forms

Replies are listed 'Best First'.
Re^3: Using Perl to perform java applet forms
by dorward (Curate) on Mar 17, 2006 at 17:45 UTC

    tcpdump will let you sniff the traffic, as might setting up a proxy server that logs all the traffic.

    If you're lucky they'll use a human readable and standardised means of communicating - like SOAP.

      ... Or you can use Ethereal/Tetheral and have it ship to XML and parse with expat, which is pretty fast.


      Evan Carroll
      www.EvanCarroll.com