After playing around with http://www.ejse.com/WeatherService/Service.asmx?WSDL
One of things I'd like to do is cache the response over a period of time. The nice thing is that AXIS gives you back a fully serializable java bean... the problem is when I try to deserialize it later, I get a class not found error. I tried using wsdl2java to generate the needed classes and placing them in CFMX's classpath, but at that point AXIS could no longer even consume the webservice. I'm guessing AXIS stores the classes in some sort of internal repository. Any tips on getting AXIS to do the serialization/deserialization? I couldn't really figure out how to do it on the Javadocs alone... there is a BeanDeserializer class, but not much info as to how it can be used. My current solution is to store the bean in memory, which is fine, but I thought it would be neat to use java to serialize it and write it do disk/db. thanks for any insight, Dave ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
