SOAPHTTPConnection and session cookies

2001-07-26 Thread Warwick Slade
]. Each header field consists of a name followed by a colon (":") and the field value. Field names are case-insensitive.   How do we go about rectifying the SOAPHTTPConnection class to be case insensitive?   Warwick Slade  

Re: SOAPHTTPConnection and session cookies

2001-07-28 Thread Warwick Slade
1 10:28 PM Subject: Re: SOAPHTTPConnection and session cookies > Warwick, > > One option is for you to submit a patch. Brief instructions for doing so > are at the bottom of http://xml.apache.org/source.html > > Scott > > - Original Message - > From: "Warw

PATCH - SOAPHTTPConnection

2001-07-28 Thread Warwick Slade
Patch to perform a case insensitive search on http header.   5c5 < * Copyright (c) 2000 The Apache Software Foundation. All rights --- > * Copyright (c) 2000 The Apache Software Foundation. All rights 13c13 < *notice, this list of conditions and the following disclaimer. --- > *

Re: iplanet 4.1.7 with soap?

2001-07-31 Thread Warwick Slade
I have got it working. But had problems with iplanet returning a cookie header Set-cookie which the soap class SOAPHTTPConnection ignored. - Original Message - From: "Jerome Destarac" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 2:21 AM Subject: iplanet 4.1

Re: How to use Apache SOAP with iPlanet Web Server

2001-08-06 Thread Warwick Slade
Since war files are not supported configure the servlet via rules.properties /soap/rpcrouter=soaprpc /soap/msgrouter=soapmsg servlet.properties servlet.soaprpc.code=org.apache.soap.server.http.RPCRouterServlet servlet.soapmsg.code=org.apache.soap.server.http.MessageRouterServlet Then just ensu