Is there a web link that mentions axis2 1.6.2 is no longer supported?

  Tried google, but no luck.


Robert
________________________________
From: Andreas Veithen <andreas.veit...@gmail.com>
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.

Andreas

On Thu, Jul 13, 2017 at 4:58 PM, Robert Seletsky <rsele...@unm.edu> 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
> 'undeclared namespace prefix "t"'
>
>   Please advise.
>
>
>
>   Here is Maven snippet:
>
> <plugin>
>         <groupId>org.apache.axis2</groupId>
>          <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
>         <version>1.6.2</version>
>     <configuration>
>     <wsdlFile>src/main/resources/wsdl/unmcusthelpcom.wsdl</wsdlFile>  <!--
> https://unm.custhelp.com/cgi-bin/unm.cfg/services/soap?wsdl=typed -->
>          <databindingName>adb</databindingName>
>         <packageName>com.rightnow.ws.wsdl</packageName>
>         <outputDirectory>src/main/java</outputDirectory>
>         <unpackClasses>true</unpackClasses>
>         <unwrap>true</unwrap>
>         <syncMode>sync</syncMode>
>    </configuration>
>     <executions>
>         <execution>
>             <goals>
>                 <goal>wsdl2code</goal>
>             </goals>
>         </execution>
>     </executions>
> </plugin>
>
> Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to