G
gayu
hi,
i am working on netbeans on webservices.
i have j.d.k 1.5 being used in my program which gives error as
"(try -source 1.4 or lower to use 'enum' as an identifier)
oper.setUse(org.apache.axis.enum.Use.ENCODED);"
the code that i used is
"oper.setStyle(org.apache.axis.enum.Style.RPC);
oper.setUse(org.apache.axis.enum.Use.ENCODED);"
please give me a solution at the earliest.
i am working on netbeans on webservices.
i have j.d.k 1.5 being used in my program which gives error as
"(try -source 1.4 or lower to use 'enum' as an identifier)
oper.setUse(org.apache.axis.enum.Use.ENCODED);"
the code that i used is
"oper.setStyle(org.apache.axis.enum.Style.RPC);
oper.setUse(org.apache.axis.enum.Use.ENCODED);"
please give me a solution at the earliest.