Thank you very much, I am convinced with the java.util.Date(long timeInMilliSeconds)
BTW, I am trying to use a composite data object(data objects inside data objects), and AXIS is throwing an "invalid message" error for these kind of objects. Any ideas, -Balaji .T -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:50 PM To: [EMAIL PROTECTED] Subject: Re: Serializing Java types Use a java.util.Calendar. It will be serialized as a xsd:dateTime HTH, Ian Ian D. Stewart Open Systems Engineer II Enterprise Midrange - Bank One Infrastructure & Operations [EMAIL PROTECTED] (614) 213-6100 Balaji Thirugnanam <[EMAIL PROTECTED]> on 08/04/2003 04:37:52 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Serializing Java types Hi, does anyone know how to serialize a java.sql.Date/Timestamp, -Balaji .T -----Original Message----- From: Shantanu Sen [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: WSDL2Java question Is there any way to programmatically specify the set of allowed methods to an interface which is going to be deployed as a service? For example here is a section of the generated wsdd that I have. <parameter name="className" value="com.mycompany.MyServiceSoapBindingSkeleton"/> <parameter name="wsdlPortType" value="MyServiceInt"/> <parameter name="allowedMethods" value="*"/> .... I want to expose only one method of MyServiceInt as exportable which will be generated in the WSDL when a http://someurl/MyService?wsdl is run on the service after it is started. But I need to do this programmatically at the time of generating the WSDD (and not edit the resulting wsdd by hand). I could not find any API in the wsdltojava Emitter where I can specify this. Any ideas? Thanks, Shantanu Sen This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
