Hi all, i'm developing a webservice in axis2 and one of the methods needs to send, and receive an object javax.mail.mimemessage, this is a class from the javax.mail package, the problem is that when generating the stubs (i'm using adb) the object mimemessage is handled as OMelement..
is this the normal behavior? should i add the type to the wsdl(the wsdl in auto-generated by axis using: ...webService?wsdl )? or is there any way of get the object from OMElement? Thanks in advance for the help Paulo F
