|
Hi All ,
I am trying to pass a DOM document
to a WebService which is using "Message" Style of Service. But looking into the
Axis Use Guide I could find that the methods which I write should be of any of
these forms:
public Element
[] method(Element [] bodies);
public
SOAPBodyElement [] method (SOAPBodyElement [] bodies);
public Document
method(Document body);
public void
method(SOAPEnvelope req, SOAPEnvelope resp);
Can some exlpain why can there be only these 4 types of valid signatures? My Web Service needs to receive a document object and should return a String. Can I anyway do that ?
Thanks in Advance
Cheers
Dhanush Gopinath
Software Engineer Mahindra British Telecom Ltd +91-020-4018100 Ext:-1218 "It's the possibility of having a dream come true , that makes life interesting" - Paulo Coelho, The Alchemist
|
- REPOST Re: Why there is restriction for Method Signatures... Dhanush Gopinath
- REPOST Re: Why there is restriction for Method Signa... Dhanush Gopinath
- Re: REPOST Re: Why there is restriction for Meth... Paul Callahan
- Re: REPOST Re: Why there is restriction for ... Dhanush Gopinath
- Re: REPOST Re: Why there is restriction for Meth... Elliot Metsger
