Hi, OK, I solved my problem. I used a 0-length array of SOAPBodyElements as a parameter for invoke(). So Axis doesn´t recognize, that I want to use messaging.
But another question: The request to my service methode is RPC-like (a int parameter is needed) and the response is a XML document. Is there any way to tell Axis that the result shall not be processed by a deserializer, but to give back the XML document? I don´t want to build up the request manually, which I have to, if I want to put Axis into messaging mode. Thanks, Erik P.S.: I hope you understand my problem. -----Ursprüngliche Nachricht----- Von: Kolodziej, Erik Gesendet am: Dienstag, 21. Mai 2002 11:32 An: '[EMAIL PROTECTED]' Betreff: Document service Hi, I have problems getting a XML document from a web service. I tried the message example but I always get the exception: org.xml.sax.SAXException: SimpleDeser cannot handle structured data! Is there any property I have to set? Erik