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

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

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