FW: AdminClient POST vs GET

2003-03-28 Thread Cory Wilkerson
Got my wires crossed -- AdminServlet && AdminClient don't go hand in hand. > -Original Message- > From: Cory Wilkerson > Sent: Friday, March 28, 2003 8:31 AM > To: '[EMAIL PROTECTED]' > Subject: AdminCl

AdminClient POST vs GET

2003-03-28 Thread Cory Wilkerson
Any idea why the org.apache.axis.transport.http.AdminServlet only supports GET and the org.apache.axis.client.AdminClient appears to be issuing POST requests to the AdminServlet? It seems like this happened out of nowhere -- am I missing something. Why is the AdminClient issuing POST requests?