RE: date deserialization with trailing sign locales

2003-02-24 Thread WJCarpenter
wjc> Why not just bust it up by brute force? Here is a static method wjc> that does just that (which could be dropped into DateSerializer wjc> and called from unmarshall, replacing most of it's current method wjc> body): If someone would rather make a tweak than such an large-ish change, you coul

date deserialization with trailing sign locales

2003-02-24 Thread WJCarpenter
We've just discovered a serious problem with the Apache SOAP 2.3.1 DateSerializer class during deserialization. (I think this probably is also a problem in Axis, though I haven't really looked into that.) DateSerializer.unmarshall instantiates a SimpleDateFormat and calls its parse method to get

Problem with Soap 2.3 + Tomcat 4.05. + Xerces 1.4.4

2003-02-24 Thread "López Díaz, Alicia"
Title: Problem with Soap 2.3 + Tomcat 4.05. + Xerces 1.4.4 Hi! I'm trying to config Soap2.3 with tomcat 4.0.5,xerces 1.4.4.. I could configure the SOAP engine on Tomcat and deploy the SOAP service using the ADMIN interface using the browser . However when I ran the following command at th