split webservice

Asked by nelko

Hi,

I'm writing a webservice with ladon.
Right now there are about 35 methods and the clients will need a lot of ones.
Is it possible to split the main service class more subclass?
I've tried class inheritance, but when the client calls the main server class, the derivative methods are not visible.
How can I solve this problem?
My service can't be in only one main class, because it's too large and unmanageable.

Thx,
Nelko

Question information

Language:
English Edit question
Status:
Solved
For:
ladon Edit question
Assignee:
No assignee Edit question
Solved by:
jsgaarde
Solved:
Last query:
Last reply:
Revision history for this message
jsgaarde (jakob-simon-gaarde) said :
#1

Hi Nelko.

Can you give a small example of what you want, cause we use service class subclassing too and it works as it should.

Best regards
Jakob Simon-Gaarde

Revision history for this message
Best jsgaarde (jakob-simon-gaarde) said :
#2
Revision history for this message
nelko (szabonelli) said :
#3

Thanks jsgaarde, that solved my question.