FYI- Doug Davis wrote:
> Use tcpmon to see what the server is sending back - typically that error > happens when the server returns some HTTP error and the client doesn't know > how to parse it because it's not a soap message. > -Dug > > Partho Sandell <[EMAIL PROTECTED]> on 01/26/2002 03:22:47 PM > > Please respond to [EMAIL PROTECTED] > > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > cc: > Subject: "Bad envelope namespace" error when deploying with AdminClient > > Hi, > I am trying to deploy the example3 availble in the latest Axis alpha3 > release under - > xml-axis-alpha3/samples/userguide/example3 > > by using the command below - > java org.apache.axis.client.AdminClient deploy.wsdd > > and get the error message - > Processing file deploy.wsdd > AxisFault > faultCode: http://xml.apache.org/axis/:Server.userException > faultString: org.xml.sax.SAXException: Bad envelope namespace: > faultActor: null > faultDetail: > exceptionName: org.xml.sax.SAXException > stackTrace: org.xml.sax.SAXException: Bad envelope namespace: > at > org.apache.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:108) > > at > >org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:643) > > at > org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376) > at > >org.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:1191) > > at > >org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:994) > > at > org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381) > > at > org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:374) > at > >org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:204) > > at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:378) > > at org.apache.axis.client.Call.invoke(Call.java:1268) > at org.apache.axis.client.Call.invoke(Call.java:658) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:323) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:303) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:310) > at > org.apache.axis.client.AdminClient.process(AdminClient.java:261) > at org.apache.axis.client.AdminClient.main(AdminClient.java:344) > > The operating system is HPUX with JDK1.3. The server on which Axis is > deployed is IPlanet 6.0 Web Server. The jar files in the classpath when > invoking "java org.apache.axis.client.AdminClient deploy.wsdd" are > servlet.jar, xerces.jar, axis.jar, log4j-core.jar, wsdl4j.jar, > clutil.jar > I would appreciate any feedback as to how this problem could be fixed. > Any pointers or suggestions would be most welcome. > > Thanks, > Partho Sandell