On Sat, Jul 7, 2012 at 10:04 AM, 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
Looks like an axis 1.x issue with old JVM's: http://objectmix.com/java/75732-org-apache-axis-cannot-resolved-type-syntax-error-token-enum-class-expected.html --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org