https://issues.apache.org/bugzilla/show_bug.cgi?id=50077
Summary: WSImport task issue for Ant build.
Product: Ant
Version: 1.7.0
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26162)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26162)
Code snippet Details
Following snippet is used in ant build.xml to execute the wsimport to do parse
my WSDL and create customized objects
<wsimport
wsdl="../../../src/com/td/wsc/ip/retrieve/RetrieveIdentityVerificationquestion.wsdl"
destdir="../../../bin" sourcedestdir="../../../src" keep="true"
extension="true" catalog="" verbose="true">
<binding dir=".">
<include name="jaxws-retrieve.xml" />
</binding>
<xmlcatalog refid="wsimportcatalog" />
</wsimport>
As per attached document you will see that i have used Ant version 1.7 along
with java 1.6 and Jaxws-tools.jar version 2.1.3
When i tried to execute wsImport using command line arguments it will
successfully create my objects and customize my Service name from
"ServicesService" to "RetrieveService"
Strange thing happens in Ant is it will not give any compilation issues and
will successfully parse the WSDL but will not customize my service name from
"ServicesService" to "RetrieveService"
Please assist.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.