Please unsubscribe me

2002-01-31 Thread Andrew Simpson
I have tried repeatedly to unsubscribe from this list, and received acknowledgements, but still receive the messages. How can I unsubscribe? Thanks, Andrew Andrew Simpson, SpeechWorks International, Inc. 695 Atlantic

RE: soap.xml and deployed-services.xml

2002-01-22 Thread Andrew Simpson
For the J2EE RI, soap.xml file does not need to live in WEB-INF, but in the root of the directory created by the war file. here is the contents of my soap war file: META-INF/ META-INF/MANIFEST.MF soap.xml WEB-INF/ WEB-INF/lib/ WEB-INF/lib/activation.jar WEB-INF/lib/cscie162-asimpson-fp-ba.jar

RE: Do I need a serializer ?

2002-01-14 Thread Andrew Simpson
XML generated. Andrew Andrew Simpson, SpeechWorks International, Inc. 695 Atlantic Avenue, Boston, MA 02111, U.S.A. Voice: +1 617 428 , Fax: +1 617 757 2211 [EMAIL PROTECTED] http://www.speechworks.com

RE: Serializing an array of beans

2002-01-09 Thread Andrew Simpson
) ; } -Original Message- From: Andrew Simpson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: Serializing an array of beans Hi, I'm going round in circles trying to serialize an array of beans. First I tried using the Apache Bean Serializer