I'm new to axis, trying to get it going and I am getting the bad namespace
error.  I did put axis.jar in the tomcat4.0.1/common/lib as described in
the referenced message, but I still get the following error.  Any ideas?

Kevin Ross
www.bredex.com


C:\development\projects\xml-axis\java\samples\stock>java
org.apache.axis.client.AdminClient
-lhttp://localhost:80/axis/services/AdminService deploy.wsdd
- Processing file deploy.wsdd
- AxisFault: AxisFault
 faultCode: http://xml.apache.org/axis/:Server.userException
 faultString: org.xml.sax.SAXException: Bad envelope namespace:
 faultActor: null
 faultDetail:
        stackTrace: org.xml.sax.SAXException: Bad envelope namespace:
        at org.apache.axis.message.EnvelopeBuilder.startElement(Unknown
Source)
        at
org.apache.axis.encoding.DeserializationContextImpl.startElement(Unknown
Source)
        at
org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376)
        at
org.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:1214)
        at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:938)
        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:345)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown Source)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(Unknown Source)
        at org.apache.axis.client.Call.invoke(Unknown Source)
        at org.apache.axis.client.Call.invoke(Unknown Source)
        at org.apache.axis.client.AdminClient.process(Unknown Source)
        at org.apache.axis.client.AdminClient.process(Unknown Source)
        at org.apache.axis.client.AdminClient.process(Unknown Source)
        at org.apache.axis.client.AdminClient.process(Unknown Source)
        at org.apache.axis.client.AdminClient.main(Unknown Source)



C:\development\projects\xml-axis\java\samples\stock>













                                                                                       
                                                              
                    "Simon McClenahan"                                                 
                                                              
                    <simon.mcclenahan@ste       To:     <[EMAIL PROTECTED]>     
                                                              
                    llent.com>                  cc:                                    
                                                              
                                                Subject:     RE: Bad envelope 
namespace ( again, and again, and again ... )                          
                    03/05/2002 08:15 AM                                                
                                                              
                    Please respond to                                                  
                                                              
                    axis-user                                                          
                                                              
                                                                                       
                                                              
                                                                                       
                                                              




The only solution found so far is a workaround. Copy
$TOMCAT_HOME/webapps/axis/WEB-INF/lib
to $TOMCAT_HOME/common/lib . Search for "bad envelope namespace" in the
archives at http://marc.theaimsgroup.com/?l=axis-user&r=1&w=2 . For
example, this message
http://marc.theaimsgroup.com/?l=axis-user&m=101363089701434&w=2 mentions
the workaround.

cheers,
           Simon




Reply via email to