RE: book recommendations

2004-05-20 Thread Joe Shevland
Shucks, perhaps ... unless you're very self-deprecating :) > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Friday, 21 May 2004 9:38 AM > To: [EMAIL PROTECTED] > Subject: RE: book recommendations > > > Aw, sucks. Thanks. > > Anne > > -Original Messag

RE: question about database result sets...

2004-05-05 Thread Joe Shevland
I ommitted the case where its Java on the client layer, because then you've got a lot more flexibility; for some reason assumed you'd be using .NET on the web layer... painful, but thats my world at the moment :) Cheers, Joe -Original Message----- From: Joe Shevland [mailto:[EMAIL

RE: question about database result sets...

2004-05-05 Thread Joe Shevland
One solution is where the clients can pass an SQL SELECT statement to the web service/s, and have an XML dataset returned (as a string), which happens to be ADO.NET compliant (I generate the schema and XML and return that, took a bit of fiddling but it works fine), so the .NET folks can buil

RE: xs:timeDate to Calendar Object

2004-04-29 Thread Joe Shevland
Well, its a bug I've never encountered in the months that I've been using 1.1... I've had to do very little date fiddling, and where I have, its been due to .NET either not sending timezone information, or not handling null dates properly. Joe > -Original Message- > From: Zach Hensley [ma

Re: OutOfMemoryError

2003-08-29 Thread Joe Shevland
On 29 Aug 2003 at 18:28, [EMAIL PROTECTED] wrote: > Hi, > > (Please CC me in as I'm not subscribed). I'm causing a > java.lang.OutOfMemoryError within the Axis code (1.1 Final). I know > the area within my code I've recently modified, and it relates to > beans with array properties, but I'm po

RE: Altering default service page

2003-01-16 Thread Joe Shevland
> > Thanks for the advice (I should have thought of that) and > it's worked > > well - I've just subclassed AxisServlet at this stage and have > > overridden the doGet() method. I'm checking for an empty or > null query > > string, and when found I'm redirecting to a URL based on > the name of t

RE: Altering default service page

2003-01-16 Thread Joe Shevland
Hi Steve, Thanks for the advice (I should have thought of that) and it's worked well - I've just subclassed AxisServlet at this stage and have overridden the doGet() method. I'm checking for an empty or null query string, and when found I'm redirecting to a URL based on the name of the service bei

Altering default service page

2003-01-14 Thread Joe Shevland
(Sorry if this is a duplicate, I don't think the original made it because of my sending address). Hi, I was wondering if it is possible to change the default page ('Hi there, this is an Axis service!') that is served when you access an Axis service endpoint w/o supplying parameters? I've searche

Sending DataSet equivalent from Java and dateTime conv

2003-01-11 Thread Joe Shevland
D schema). Alternatively any ammo saying this approach is madness and the DataSet should be built back up on the client is OK too ;) Cheers, Joe Shevland E-Wise Solutions Pty Ltd --- * Example of the kind of response the VB.NET client could use as a DataSet (I think): http://tempuri.or