Re: WSDL2Java - incompatible type build error

2007-03-19 Thread Amila Suriarachchi
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 PROTEC

RE: WSDL2Java - incompatible type build error

2007-03-19 Thread Houman Babai-Amameh
OK I think fixed it by including -u when I run wsdl2java. But now I'm getting 166 classes instead of the 4 I was getting before. Is there another way to solve this problem. Thanks Houman From: "Houman Babai-Amameh" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache

Re: WSDL2Java - incompatible type build error

2007-03-19 Thread Martin Gainty
I dont see the 3 arg method.. the implementation I see for writeStartElement is final javax.xml.namespace.QName parentQName, javax.xml.stream.XMLStreamWriter xmlWriter; Namespace URI = http://w3.ibm.com/schemas/services/2002/11/15/stockquote xmlWriter.writeStartElement(URI, parentQName.getLocalPa