Geoffrey Gallaway wrote:
>
> I think I might have been a slight bit confusing in the email. I need to
> have apache be able to *recieve* the POST and GET requests. I know how to
> send the XML to another server, I just need to know how to get *my*
> server to handle the requests/data from other clients..
Seems like you'd handle this the same as any HTML form with a POST
method. If you aren't sure what that looks like you can read the HTTP
specs or make LWP generate some POST requests and look at them. It's
pretty simple stuff.
- Perrin