Re: Re: Problem invoking Document/literal with XML Document as parameter

2003-07-02 Thread ofeus
Hello, I changed my code, so it now invokes the service with org.apache.axis.message.SOAPBodyElement instead of org.w3c.dom.Document and now it works fine. I think next time I should read the JavaDocs more carefully. Many thanks for your help ! Sven Offermann --- original I'm not sur

Re: Problem invoking Document/literal with XML Document as parameter

2003-07-01 Thread Junaid . Bhatra
I'm not sure if anyone replied to this email or not but anyways >From the Javadoc of Call.invoke(Object[] params) : "For Messaging (ie. non-RPC) the params argument should be an array of SOAPBodyElements. All of them need to be SOAPBodyElements, if any of them are not this method will d