Hi All, well i have posted two problem related to XML Document handling via web Services but got no response.
but After some study on net and help of some users.I am able to find that for this i have to create message-style service Axis has given four methods for it public Element [] method(Element [] bodies) public SOAPBodyElement [] method (SOAPBodyElement [] bodies) public Document method(Document body) public void method(SOAPEnvelope req, SOAPEnvelope resp) but only example of public Element [] method(Element [] bodies) is given so if i have to look for more example then where should i go Axis Site has very little mentioning About it so more documentation need to be provided on these topics or Anyone can suggest me about it. Thanks