wsdl description

2002-01-13 Thread Schuring, Tom
Hello, I understand that the WSDL files are used to publish the interface to a SOAP service. Can anyone point me in the right direction of how to write something like this, where it should be located on your server, and/or does this automatically get generated when you deploy a webservice

RE: WSDL , Apache Soap question

2002-01-13 Thread Sandy Liu
After testing apache soap for a while, I decided to swithch to GLUE(http://www.themindelectric.com/products/glue/glue.html). It's very easy to use, almost fool proof. WSDL file is automatically generated when you publish a soap service. It also has a tool called wsdl2java, which generates the

RE: How are you handling dates?

2002-01-13 Thread Hung D. Viet
Chris, If you look at the DateSerializer class, you'll see that it is implemented using default local timezone. You can create a similar serializer for your own use. Hope this help, cheers, Hung -Original Message- From: Chris Means [mailto:[EMAIL PROTECTED]] Sent: Saturday, January

RE: How are you handling dates?

2002-01-13 Thread Chris Means
It's a bug in the DateSerializer class. One of the developers left commented a statement that would set the time zone to GMT/UTC correctly. -Chris -Original Message- From: Chris Means [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 7:42 PM To: [EMAIL PROTECTED] Subject: