You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "L. J.W" <lj...@gmail.com> on 2009/07/13 04:30:06 UTC

Any CXF solution about dynamic web service?

Hi all,I am using java-code-first to construct web service,and facing
following problem:

public MyPojo getMyPojo(String pojoId);

MyPojo class structure is inconstancy,A lot of work need to do like
recompile,redeploy when add some new attribute.

Any solution to solve this issue?

Thanks!