You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Luoh Ren-Shan <lu...@iii.org.tw> on 2003/01/30 04:15:47 UTC

[wsif] About complex types

Hi,
    Is it possible to use XML String/DOM directly as parts of a message?

    Is it possible to invoke a operation with complex type
    without generating the classes at first?

    Thank you.

Luoh Ren-Shan

Re: [wsif] About complex types

Posted by Nirmal Mukhi <nm...@us.ibm.com>.
Hello,

Yes, you can populate message parts with DOM elements (if the 
corresponding WSDL message part is typed as an element). See for example 
this alternative version of the client for the complexsoap sample: 
http://marc.theaimsgroup.com/?l=axis-user&m=104205203313952&w=2

Nirmal.




"Luoh Ren-Shan" <lu...@iii.org.tw>
01/29/2003 10:15 PM
Please respond to axis-user
 
        To:     <ax...@xml.apache.org>
        cc: 
        Subject:        [wsif] About complex types


Hi,
    Is it possible to use XML String/DOM directly as parts of a message?
 
    Is it possible to invoke a operation with complex type
    without generating the classes at first?
 
    Thank you.
 
Luoh Ren-Shan