JWSDP

M

Mudri

Hello all,
we are implementing very large project on jwsdp that is run using tomcat.
We are having web service with one endpoint and recently we run to a
"method body too large problem" when generating server stubs

So, solution was to split service to multiple endpoints, but there is
another problem.

After generating new stubs for multiple endpoints, it seems that one
endpoint can't see object definitions in another, so all endpoints
automatically generate all objects used in created exposed methods, i.e:

I have object named Dog in endpoint Animals
I have object named Pet in endpoints Pets that extends Dog

Now, when i generate server stubs using jax-rpc, i end up whit two
endpoints, where endpoint animals contains definition of Dog,
and endpoint pets contains definitions for both dog and pet.

Is it possible to somehow use objects from another endpoint and prevent
their exposure in all endpoints but one?


(For example, we will probably have, say 10-15 endpoints, and i don't
want all of them to have to define all used objects definitions)

Thanks in advance,
S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,265
Messages
2,571,071
Members
48,771
Latest member
ElysaD

Latest Threads

Top