John Herman

Greenhorn
+ Follow
since Jun 23, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by John Herman

Hello,

I am attempting the build a Web Service client using the WSDL2Java utility. I have started to code a test program to use the stub classes but when I attempt to compile this program I get 100 errors like this:

^
.\com\oracle\xmlns\Enterprise\Tools\schemas\M306457_V1\SDK_STOCKCOMP_NAMETypeSha
pe.java:16: Object() in java.lang.Object cannot be applied to (java.lang.String)

super(_value);
^
.\com\oracle\xmlns\Enterprise\Tools\schemas\M254026_V1\ErrortextTypeShape.java:1
6: Object() in java.lang.Object cannot be applied to (java.lang.String)
super(_value);
^
.\com\oracle\xmlns\Enterprise\Tools\schemas\M787794_V1\SDK_STOCK_TICKERTypeShape
.java:16: Object() in java.lang.Object cannot be applied to (java.lang.Object)
super((java.lang.Object) _value);
^

I am using Java 1.5.0_06 and Axis 1.4. Is there a compiler option or some way to handle to casting issue?

Please help.
John
15 years ago