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
AM Subject: Problem invoking Document/literal with XML Document as parameter Please respond to

Problem invoking Document/literal with XML Document as parameter

2003-07-01 Thread ofeus
Hi, i am a newbie to axis and have a problem with calling a soap web service with a prebuild XML Document as a parameter and hope someone can give me a hint. The service i implemented uses message style document/literal and expects a XML Document as parameter. The service was tested and works fi