[jdom-interest] error creating new DOMBuilder
    Dirk Reiss 
    d.reiss at tu-bs.de
       
    Wed May 28 08:29:11 PDT 2003
    
    
  
Hello,
i try to create a DOMBuilder within a soap-service just by calling
   org.jdom.input.DOMBuilder builder = new org.jdom.input.DOMBuilder();
what i get back from the server looks like this:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Exception from service object: org/jdom/input/DOMBuilder</faultstring>
<faultactor>/soap/servlet/messagerouter</faultactor>
<detail>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
i don't even try to build a Document, just instantiate the DOMBuilder...
any ideas what could have happened??
any help would be appreciated...
thanks in advance,
dirk
-- 
+--------------------------+---------------------------------+
| Dirk Reiss               |    phone:  ++49 (0) 531 7996276 |                 
| Helmstedter Str. 134     |    mobile: ++49 (0) 162 8925618 |
| D - 38102 Braunschweig   |                                 |
| Germany                  |                d.reiss at tu-bs.de |
+--------------------------+---------------------------------+
    
    
More information about the jdom-interest
mailing list