Hi, If you post your source code, anyone could give you comments.
I'm not sure, how did you define import ? Axis2 0.9x = import org.apache.axis2.om.*; Axis2 1.0 = import org.apache.axiom.om.*; Your reference page is a little bit older. If you're using Axis2 1.0, your import should be "org.apache.axiom.om.*". Regards, kinichiro __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
