:cove...@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, wrote:
> I have an intranet website that provides web services. Currently, clients
> access this service by POSTing their XML S
On Wed, Apr 6, 2011 at 7:25 PM, Eric Covener wrote:
> On Wed, Apr 6, 2011 at 7:04 PM, 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 that, you can just set an Alias f
On Wed, Apr 6, 2011 at 7:04 PM, 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):
>
> http://somesite:port