do jws files not support inner classes? when i have a nearly empty jws
file (3 stubbed out methods) with 2 inner classes, the "?wsdl" URL returns:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - java.lang.NoClassDefFoundError: CreditCardRouter$AVSData
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.generalException
faultString: java.lang.NoClassDefFoundError: CreditCardRouter$AVSData
faultActor: null
faultDetail:
but the class is sitting right there in the jwsclasses directory.
any ideas?