>>>> On a slightly different note, do you know if it is possible to run Apache SOAP on an IIS server? I haven't found anything that suggested it was possible but I'm hoping to avoid having to set up another web server like Tomcat to set it up. <<<<
Apache SOAP requires a J2EE container on the server. The container only needs to support Web applications; EJB support is optional. Both Tomcat and Resin are examples of such containers that can be obtained free (although you should always read all the licensing info). While both of these include their own http server, they can also run with IIS. Needless to say, there are other open and/or free products that can do the job, as well as several you can pay for (e.g. Macromedia JRun, BEA WebLogic, IBM WebSphere, Sun iPlanet (or did that just get a new name?)). Scott Nichol -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>