Folks, Am attempting to deploy services in AXIS on iAS6.5 (iPlanet Application Server 6.5) using AdminClient.
The AXIS install/deploy as a .war file into a module was successful - in that I got the AdminService to run OK. When I tried to deploy any sample - MyService to this installation using the .wsdd deploy file, the AxisServlet throws an Exception. Fault says that no SOAPAction Header is set. This however was not an issue with iWS6.0 (iPlanet WebServer 6.0) Checked the source code for AxisServlet from RC1 version of Apache's source control and it appears to be getting null at the following line of code : String soapAction = (String)req.getHeader(HTTPConstants.HEADER_SOAP_ACTION); if (soapAction == null) { AxisFault af = new AxisFault("Client.NoSOAPAction", JavaUtils.getMessage("noHeader00", "SOAPAction") Has anyone been successful in doing so with iAS6.5 ? Much appreciated, Sharmin.