RE: Bean Serializer/ Deserializer

2003-03-17 Thread Balakrishna, Vandana (Cognizant)
Hi, There have been no replies to this...Please help...!! Vandana. -Original Message- From: Balakrishna, Vandana (Cognizant) Sent: Thursday, March 13, 2003 10:06 PM To: [EMAIL PROTECTED] Subject: RE: Bean Serializer/ Deserializer Hi, I am kind of confused about the way AXIS goes

RE: Bean Serializer/ Deserializer

2003-03-13 Thread Balakrishna, Vandana (Cognizant)
then be serialized into the format specified by the WSDL? I am at my wits end regarding this, so need help asap:) regards, Vandana. -Original Message- From: Balakrishna, Vandana (Cognizant) Sent: Tuesday, March 11, 2003 3:16 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE:

RE: Bean Serializer/ Deserializer

2003-03-11 Thread Balakrishna, Vandana (Cognizant)
Hi, I am trying to write serializers and deserializers for my application specific data objects(there are some methods apart from the getter setter methods and the constructor). Can anyone let me know if I can find any sample code for the same on the web? If anyone has done this can you please

RE: Java2WSDL problem.

2003-03-09 Thread Balakrishna, Vandana (Cognizant)
zer. How do I achieve the same using the Serializer and Deserializer classes of AXIS? regards, Vandana. -----Original Message----- From: Balakrishna, Vandana (Cognizant) Sent: Saturday, March 08, 2003 4:38 PM To: [EMAIL PROTECTED] Subject: Java2WSDL problem. Hi, Am trying to generate a WSDL

RE: Java2WSDL problem for vandana

2003-03-09 Thread Balakrishna, Vandana (Cognizant)
compile the SoapBindings. It gave me errors. Could you please help me in solving my problem? Thanks, Parmod Mehta >From: "Balakrishna, Vandana (Cognizant)" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Java2WSDL problem

Java2WSDL problem.

2003-03-08 Thread Balakrishna, Vandana (Cognizant)
Hi, Am trying to generate a WSDL file from my deployed service. The command I give is as follows: D:\xml-axis-10\samples\CustomClaimManager>java org.apache.axis.wsdl.Java2WSDL -o ClaimManager.wsdl -l"http://localhost:9080/axis/services/ClaimManage"; -n"urn:ClaimManager" -p"com.metlife.ins.port

RE: Ser/Deser for ArrayList and java.sql.Date

2003-03-07 Thread Balakrishna, Vandana (Cognizant)
I had the same problem and had to write my own serialisers/desrialisers for ArrayLists and other unsupported data types. Couldn't find any thing avaialable for these anywhere -Original Message-From: Bill Pfeiffer [mailto:[EMAIL PROTECTED]Sent: Saturday, March 08, 2003 2:3

RE: Type Mappings problem while deploying service.

2003-03-07 Thread Balakrishna, Vandana (Cognizant)
The entry for the same in the deployment descriptor is -Original Message- From: Balakrishna, Vandana (Cognizant) Sent: Friday, March 07, 2003 9:31 PM To: [EMAIL PROTECTED] Subject: RE: Type Mappings problem while deploying service. Hi, There seems to be another problem in

RE: Type Mappings problem while deploying service.

2003-03-07 Thread Balakrishna, Vandana (Cognizant)
lectionSerializerFactor y at org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(BaseDeser ializerFactory.java:263) -Original Message- From: Balakrishna, Vandana (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 10:24 AM To: [EMAIL PROTECTED] Subject: RE: Type Mappings pro

RE: Type Mappings problem while deploying service.

2003-03-07 Thread Balakrishna, Vandana (Cognizant)
erFactor y at org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory(BaseDeser ializerFactory.java:263) -Original Message----- From: Balakrishna, Vandana (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 10:24 AM To: [EMAIL PROTECTED] Subject: RE: Type Mappings problem while deploying service. yes,

RE: Type Mappings problem while deploying service.

2003-03-07 Thread Balakrishna, Vandana (Cognizant)
arrives in time, ..Mike Burati Bowstreet, Inc - J2EE Made Easy Bringing RAD to WebSphere Portlets with WebSphere Portlet Factory http://www.bowstreet.com/easy -Original Message- From: Balakrishna, Vandana (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:39 AM To: [EMAI

Type Mappings problem while deploying service.

2003-03-07 Thread Balakrishna, Vandana (Cognizant)
Hi, I have two questions. I write a java application and expose it as a web service using AXIS. The methods take in custom data objects for which I specify the appropriate type-mappings in the deployment descriptor file. The entry in the deployment descriptor for the type mapping is as follows