Sending XML to Servlet from Action Script
- by John Doe
I am only getting empty arrays on output. Anyone know what Exactly I'm doing wrong?
package myDungeonAccessor;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.PrintWriter;
import…