RE: [users@httpd] HTTP POST to a directory

2011-04-08 Thread Anthony.Brown
...@gmail.com] Sent: Wednesday, April 06, 2011 4:26 PM To: users@httpd.apache.org Subject: Re: [users@httpd] HTTP POST to a directory On Wed, Apr 6, 2011 at 7:04 PM, anthony.br...@gdc4s.com wrote: I have an intranet website that provides web services.  Currently, clients access this service by POSTing

[users@httpd] HTTP POST to a directory

2011-04-06 Thread Anthony.Brown
I have an intranet website that provides web services. Currently, clients access this service by POSTing their XML SOAP request envelope to a particular php script as follows (urls have been sanitized to protect the guilty): http://somesite:port/SERVICES/service.php I receive the xml, process

Re: [users@httpd] HTTP POST to a directory

2011-04-06 Thread Eric Covener
On Wed, Apr 6, 2011 at 7:04 PM, anthony.br...@gdc4s.com wrote: I have an intranet website that provides web services.  Currently, clients access this service by POSTing their XML SOAP request envelope to a particular php script as follows (urls have been sanitized to protect the guilty):

Re: [users@httpd] HTTP POST to a directory

2011-04-06 Thread Yehuda Katz
On Wed, Apr 6, 2011 at 7:25 PM, Eric Covener cove...@gmail.com wrote: On Wed, Apr 6, 2011 at 7:04 PM, anthony.br...@gdc4s.com wrote: However, I would rather not have them specify a particular script file, I simply want them to POST to: http://somesite:port/SERVICES If you suppress