when generating code we generate the java.lang package Class names with
fully qualified names.
i.e. String (if intended is default String) it should be java.lang.String

What I can see is that there is a missing string in stub without java.lang.
part

On 3/20/07, Houman Babai-Amameh <[EMAIL PROTECTED]> wrote:

Hello,

This problem is happening when I run WSDL2Java on a service that is
exposing
types that may clash with java types such as:

found   : java.lang.String
required: myPkg.MyServiceStub.String
                                                       String prefix2 =
org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();

                                                       ^

cannot find symbol
symbol  : method
writeStartElement(myPkg.MyServiceStub.String,java.lang.String,
java.lang.String)
location: interface javax.xml.stream.XMLStreamWriter

xmlWriter.writeStartElement(prefix2,"string", namespace);
                                                                 ^

Could somebody please help?

Thanks

_________________________________________________________________
5.5%* 30 year fixed mortgage rate. Good credit refinance. Up to 5 free
quotes - *Terms

https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2a5d&s=4056&p=5117&disc=y&vers=910


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Amila Suriarachchi,
WSO2 Inc.

Reply via email to