On the ">" characters I have no idea. But regarding the underscores, I can tell you that I had this behaviour when one of my classes was named like a reserved word in Java, regardless of the case. I once named a class "Package" for example, and it was prepended a "_" sind "package" is a reserved word in Java. Hope this helps, Alexander Wessel
________________________________ From: Vishist Mandapaka *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 8:27 PM To: [email protected] Subject: ">" characters in Queue Names Hi, When I try to generate the beans using wsdl2java, I get these weird ">" characters in the queue name. Now, this tag appears for <xsd:element> types. For <xsd:complexType>, this character is not coming up. Any particular reason that this character should show up. What I am doing now is to delete the character from the "Stub" file and also from the element file. I had a tough time to locate this and then remove it in Axis 1.1. It would not deploy in Axis 1.1 if the queue name contains ">" characters. Also, Why does Axis 1.1 prepend classnames with "_" characters. thanks vishist.
