0 Replies Latest reply on Jun 2, 2008 9:58 AM by communityman

    axis 1, jboss 4.0.4, base64deserializer, linux, windows

    communityman

      Hello community,

      I'm facing a strange issue while using a webservice deployed in jboss.
      In windows environnement, i mean locally, all works fine.
      In axis.log, i've :

      2008-06-02 12:23:14 DEBUG [DeserializationContextImpl] Enter: DeserializationContextImpl::startElement(, identifiant)
      2008-06-02 12:23:14 DEBUG [ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
      2008-06-02 12:23:14 DEBUG [DeserializationContextImpl] Pushing handler org.apache.axis.encoding.ser.Base64Deserializer@1a8c22b

      But in linux, read 4, i've :
      2008-06-02 12:22:36 DEBUG [DeserializationContextImpl] Enter: DeserializationContextImpl::startElement(, identifiant)
      2008-06-02 12:22:36 DEBUG [ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(cantHandle00)
      2008-06-02 12:22:36 DEBUG [ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(toAxisFault00)
      2008-06-02 12:22:36 DEBUG [enterprise] Mapping Exception to AxisFault
      org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

      Anyone has an idea ?
      thaank you.

      Faithfylly