Either compile the code with Java source level set to 1.4 or replace
org.apache.axis.enum with org.apache.axis.constants (if the Axis
version is recent enough).

Andreas

On Sat, Jul 7, 2012 at 3:04 PM, Maria Din <maria...@hotmail.fr> wrote:
> Hello,
> Please, I have this error ,
>
> import org.apache.axis.enum.Style;
> gives me this Error:
> Syntax error on token "enum", Identifier expected
>
> String nsOp = call.getOperationStyle().equals(Style.RPC) ? "u" : "";
> gives me this Error:
> The type org.apache.axis.enum.Style cannot be resolved. It is indirectly
> referenced from required .class files
>
>
> Please, help me, I am really blocked

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to