
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
168h
|
|
|
Remaining Estimate:
|
168h
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
File Attachments:
|
|
|
Environment:
|
winxp / jdk1.4 / axis2 version > 1.3
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
|
AXIS2-3826 Invalid return type of the generated stub causes compile error
|
|
|
|
|
|
|
| Resolution Date: |
31/Oct/08 08:47 AM
|
|
Dear,
by generating client classes from a wsdl with the following options:
-d adb -s -wv 1.1 -sd -or
the getUniqueSuffix method returns a String object. But if String is overriden inside the wsdl, an error compilation is raised up. By replacing String by java.lang.String in hte generated code, the compilation error disappears. Could it be possible to overcome this issue quickly ?
Thanks in advance,
Sébastien Majerowicz
|
|
Description
|
Dear,
by generating client classes from a wsdl with the following options:
-d adb -s -wv 1.1 -sd -or
the getUniqueSuffix method returns a String object. But if String is overriden inside the wsdl, an error compilation is raised up. By replacing String by java.lang.String in hte generated code, the compilation error disappears. Could it be possible to overcome this issue quickly ?
Thanks in advance,
Sébastien Majerowicz |
Show » |
|
Can you please give us a specific example we can use to test this? If possible please attach a small WSDL which demonstrates the issue along with instructions for replicating it.
Thanks,
--Glen