hi Akitoshi,

thnaks for your suggest.but  i'm not allowed to change schema.

i want to know something else. i want to generate method parameters from <element> tag not <complex-type> tag.

i.e;

public SubmitRsp mm7_response(SubmitReq) ==> method that i want to generate

public submitRspType mm7_response(submitReqType)   ==> axis generated method


SubmitReq and SubmitRsp are <element> but SubmitReq is a type of submitReqType(complex-type) and axis's wsdl2java tool generate returntype as a submitReqType.However,i'm using castor for data-binding ,submitReqType is a castor generated class(but abstract class).So axis can't instanciate submitReqType while unmarshalling.i want to generate method from <element> tag.
my exact problem is this.


i expect your suggestion.

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




Reply via email to