RE: Calendar serialization

2005-02-07 Thread Tomek Minkowski
. Ashutosh -Original Message- From: Tomek Minkowski [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 5:24 PM To: [EMAIL PROTECTED] Subject: Calendar serialization I have to serilaize some dates, and have problem with HOURS. When it's 12.38.20, and inside java platfo

Calendar serialization

2005-02-07 Thread Tomek Minkowski
I have to serilaize some dates, and have problem with HOURS. When it's 12.38.20, and inside java platform it IS 12.38.20, my serialized date is: 2005-02-07T11:38:20.500Z What's interesting: the server (created by me) sends me over events concerning 12:38 (time in the db) as well wrapping it

Strange serialization

2005-02-03 Thread Tomek Minkowski
Axis serializes data very ineffectively: Example: http://schemas.xmlsoap.org/soap/encoding/"; xsi:type="ns22:EventSummary" xmlns:ns22="http://beans.eventsrv"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";> SEE HERE: ICMP PIN

Whois

2005-02-02 Thread Tomek Minkowski
Hi, I guess this is off-topic, but I guess you' re the guys that might know the thing... Is there an integrated web service server acting as an interface to RIPE's, ARIN's and APNIC's whois databases? I can't find much on the net. Thanks. TM

Re: Adding objects as parameters

2005-02-02 Thread Tomek Minkowski
Hello, Create a bean with with fields as needed by the service and then: call.registerTypeMapping(YourBean.class, ...); As serializer /deserializer use org.apache.axis.encoding.ser.BeanDeserializerFactory and org.apache.axis.encoding.ser.BeanSerializerFa