Hey, I'm trying to use Axis 1.4.1 to generate stubs for the Microsoft Exchange 2007 web services.
I'm able to generate stubs successfully now but the generated classes won't compile. They are complaining that one of the "Tracker" boolean variables are missing, in this case it is called "localPathTracker". This variable is used in the generated method clearAllSettingTrackers() and a few others places. By declaring the variable myself within the stub classes I'm able to get it to compile but find it odd that this variable is used within the stubs but isn't declared. Can anyone think of a reason for this? Thanks, Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
