Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-16 Thread Martin Gainty
__ From: Andreas Veithen Sent: Thursday, July 13, 2017 5:07 PM To: java-dev Subject: Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File I don't see any trace of this in the java-dev archives. A

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Andreas Veithen
en > Sent: Thursday, July 13, 2017 1:24:54 PM > > To: java-dev > Subject: Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File > > On Thu, Jul 13, 2017 at 8:00 PM, Robert Seletsky wrote: >> Thanks Andreas! >> >> Hoped I could use axis2 1.6.2 since re

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
PM To: java-dev Subject: Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File On Thu, Jul 13, 2017 at 8:00 PM, Robert Seletsky wrote: > Thanks Andreas! > > Hoped I could use axis2 1.6.2 since rebuilding WebApp from existing (old) > source that uses 1.6.2, but looks like

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Andreas Veithen
o: java-dev > Subject: Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File > > Note that 1.6.2 was released more than 5 years ago and is no longer > supported. > > Andreas > > On Thu, Jul 13, 2017 at 4:58 PM, Robert Seletsky wrote: >> Not generat

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
Is there a web link that mentions axis2 1.6.2 is no longer supported? Tried google, but no luck. Robert From: Andreas Veithen Sent: Thursday, July 13, 2017 12:23:38 PM To: java-dev Subject: Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
recommended to uses axis2 1.7.3? Robert From: Andreas Veithen Sent: Thursday, July 13, 2017 12:23:38 PM To: java-dev Subject: Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File Note that 1.6.2 was released more than 5 years ago and is no longer supported

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Andreas Veithen
Note that 1.6.2 was released more than 5 years ago and is no longer supported. Andreas On Thu, Jul 13, 2017 at 4:58 PM, Robert Seletsky wrote: > Not generating xmlns:t=\"http://docs.oasis-open.org/ws-sx/ws-trust/200512\"; > on the appropriate lines in the java stub file, so getting runtime error

axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
Not generating xmlns:t=\"http://docs.oasis-open.org/ws-sx/ws-trust/200512\"; on the appropriate lines in the java stub file, so getting runtime error 'undeclared namespace prefix "t"' Please advise. Here is Maven snippet: org.apache.axis2 axis2-wsdl2code-maven-p