Each internal object's type should be mapped in the same way using the standard bean mapping tag.
----- Original Message ----- From: "Balaji Thirugnanam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 2:24 PM Subject: Composite Data Objects - beanMapping reg. > Hi, > > I am trying to serialize composite data objects. And, I > am using the standard bean mapping tag. But, the serializer/de-serializer > tag does not recognize the internal-objects. > > The internal objects are not serialized into XML values, > > 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.
