I am attempting to publish the samples that are provided and described in
the user's guide.  I am deploying these to WSAD V4.03 and am not having much
success.  I originally tried this using the XERCES parser that is shipped
with WSAD and then I saw a couple of references to problems with this
specific parser.  So...I have tried using XERCES version 1.4.4, but am still
getting the same exception.  I consistently get this error when I attempt to
invoke the service using Instant Deployment (i.e., JWS Files) or when I
attempt to deploy the service using the AdminClient.  (At this point, I am
simply testing deployment of example 2 (the calculator) and I am using the
WSDD files that are provided with the samples.  The error I am getting
occurs when the WSDD is parsed...the specific exception is:  

- Mapping Exception to AxisFault
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.userException
 faultString: org.xml.sax.SAXParseException: The markup in the document
following the root element must be well-formed.
 faultActor: null
 faultDetail: 
        stackTrace: org.xml.sax.SAXParseException: The markup in the
document following the root element must be well-formed.
        at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1213)
        at
org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError(XMLDocume
ntScanner.java:570)
        at
org.apache.xerces.framework.XMLDocumentScanner.abortMarkup(XMLDocumentScanne
r.java:624)
        at
org.apache.xerces.framework.XMLDocumentScanner$TrailingMiscDispatcher.dispat
ch(XMLDocumentScanner.java:1450)
        at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.
java:381)
        at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:393)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationCon
textImpl.java:213)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:457)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:362)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2046)
        at org.apache.axis.client.Call.invoke(Call.java:2016)
        at org.apache.axis.client.Call.invoke(Call.java:1786)
        at org.apache.axis.client.Call.invoke(Call.java:1711)
        at org.apache.axis.client.Call.invoke(Call.java:1251)
        at samples.userguide.example2.CalcClient.main(CalcClient.java:106)

------------------------------------------------------------------------------
CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please immediately 
notify the sender by e-mail at the address shown.  This e-mail transmission may 
contain confidential information.  This information is intended only for the use of 
the individual(s) or entity to whom it is intended even if addressed incorrectly.  
Please delete it from your files if you are not the intended recipient.  Thank you for 
your compliance. Copyright (c) 2002 CIGNA

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to