Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-08-21 Thread Pawel Sztromwasser
Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: >> Totally agree. That makes it much more flexible. Please, feel free to >> change the code. > > > I have now implemented this feature in the trunk. There are several > possibilities to specify which 'ServiceFactory' to use. The easiest > is t

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-08-20 Thread Nicklas Nordborg
Pawel Sztromwasser wrote: > Totally agree. That makes it much more flexible. Please, feel free to > change the code. I have now implemented this feature in the trunk. There are several possibilities to specify which 'ServiceFactory' to use. The easiest is to use something like this when the app

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-08-04 Thread Pawel Sztromwasser
Totally agree. That makes it much more flexible. Please, feel free to change the code. Pawel Nicklas Nordborg wrote: > Thanks for the code. It was something like this that I had in mind. The > one thing I don't like is to pass the type as an 'int' parameter in the > constructor and having a sw

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-08-04 Thread Nicklas Nordborg
Thanks for the code. It was something like this that I had in mind. The one thing I don't like is to pass the type as an 'int' parameter in the constructor and having a switch statement that creates the actual object to use. This makes it impossible for others to use their own implementations o

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-07-30 Thread Pawel Sztromwasser
Hi Nicklas, I had some time and implemented the 'ServiceFactory' functionality. Gzipped java files are attached. To summarize changes: 1) three new classes/interfaces were created (I put them in net.sf.basedb.ws.client.added package): a) RPCServiceClientCreator - interface containing RPCService

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-06-16 Thread Nicklas Nordborg
Pawel Sztromwasser wrote: > Hello BASE developers, > > We have been recently trying to enable retrieving some data from > BASE2 installation directly into our 'home made' analysis tool. We > use webservices for that and have to say that you are doing a great > job. Thanks. > We are really lookin

[basedb-devel] Webservices transport error: 411 Error: Length Required

2008-06-16 Thread Pawel Sztromwasser
Hello BASE developers, We have been recently trying to enable retrieving some data from BASE2 installation directly into our 'home made' analysis tool. We use webservices for that and have to say that you are doing a great job. We are really looking forward to use them more extensively. Recent