wsgen ant task throws pop-up [message #1784595] |
Thu, 29 March 2018 22:42 |
Vamsidhar Allampati Messages: 1 Registered: March 2018 |
Junior Member |
|
|
Hi, i am trying to use the wsgen ant task to generate .java files from wsdl in headless mode. But an annoying pop-up keeps appearing saying "Generation result for wsimport", and i have to click ok.
See attachment for what the popup looks like.
I am calling the ant task like this:
<target name="generateProxy">
<echo message="Generating proxy classes for: ${wsdlFile}" />
<property name="InitialSelection" value="${wsdlFile}" />
<property name="ScenarioType" value="client" />
<wsgen />
</target>
Task info:
Class: ws.ant.task.WebServiceGenerationAntTask
Contributor: org.eclipse.wst.command.env
How do i disable this pop-up? i tried to use wsimport directly, but the project uses the *Proxy.java classes that eclipse generates after wsimport is done. Can i generate these classed some other way?
The project uses IBM Websphere JAX-WS runtime
Versions:
Eclipse Version: 4.4.2
Web Tools Version: 3.6.3.v201501312139
*Also this is not standard eclipse, its IBM RSA, but i tried the latest eclipse with websphere plugin, the same thing happens...
|
|
|
Powered by
FUDForum. Page generated in 0.03538 seconds