| Author |
enum a keyword
|
rahull agarwal
Ranch Hand
Joined: Dec 20, 2010
Posts: 31
|
|
Hi,
I am upgrading a software. There is an integration with salesforce of this software. So, I have a class public class SoapBindingStub generated already.
This class uses code like
org.apache.axis.enum
This line of code gives me an error with java 5.
What are my options to fix this?
This is really urgent.
Thank you so much..
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
Rahull,
Welcome to CodeRanch!
That package is deprecated. Can you use the org.apache.axis.constants.Scope replacement?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: enum a keyword
|
|
|