Re: Axis2 tutorial em português

2006-03-10 Thread Gregory G Carter
Anyone here recommend a good code snippet or URL or book that shows how to chop up your results over a single connection. I have some rather large queries, and I would like to return X number of items per axis request. Right now I have to do it over a single call, and that won't scale for ve

Session Question.

2005-03-24 Thread Gregory G Carter
Hello, I was wondering if anyone could suggest the best way to handle getting a large SQL set back, across multiple invocations of call.invoke(new Object[] { i1, i2 }); ??? Right now I am looking at returning an enourmous list of SQL rows with one invokation or return, and I would prefer not t

Re: [Axis] Questions about linux edition

2005-03-22 Thread Gregory G Carter
Any Java app running under a VM so far in my experience, Linux is the best platform for Java. The price performance ratio is outstanding. -gc PS: Happily running Axis on Fedora 2,3,4 and SuSe 9.1,.2 Deepal Jayasinghe wrote: Hi ; I did not try with those platform , but as I know it should (axis) r

Re: Changing response status code

2005-03-21 Thread Gregory G Carter
Err.no. Not to be totally unpleasant or anything but, the status codes exist for a reason. 500 means internal server error which means your WS has a problem or the server has. More than likely your WS framework is not constructed properly. Perhaps if you could explain the problem a bit more

Re: 'response' to one-way operation

2005-03-18 Thread Gregory G Carter
I furthermore... Is there a map of the response codes you get back from the http transport session vs the exceptions you get for a soap request. I think I could probably answer that one myself by cracking open the source code...but I am lazy at the moment. -gc Anne Thomas Manes wrote: HTTP is a

Re: JDBC Service

2005-03-18 Thread Gregory G Carter
just my opinion... -- Ephemeris Lappis -Message d'origine- De : Gregory G Carter [mailto:[EMAIL PROTECTED] Envoyé : vendredi 18 mars 2005 18:39 À : axis-user@ws.apache.org Objet : JDBC Service Hello, I have Axis up and running, and have done some examples but I am really interest

JDBC Service

2005-03-18 Thread Gregory G Carter
Hello, I have Axis up and running, and have done some examples but I am really interested to know how I can return a JDBC result set from a web service, and what exactly is involved in the client end. Has anyone attempted to obtain result sets of JDBC queries from a web service? -gc