I have incorporated a WSDL into my Mobile Designer project and have generated the Java Client programs. All but one of them seem to come up with no errors but I am getting an error in the Binding Stub program that is complaining about a Hashtable not being generic. The line of code is as follows:
java.util.Enumeration keys = super.cachedProperties.keys();
The compiler is flagging the ‘super.cachedProperties.keys()’ specification.
I was wondering if anyone had seen this error before. Also, am I incorporating the WSDL and generated client into the project correctly? Is there a preferred approach? Any help you could provide would be greatly appreciated. Thanks!