hi egemen,
i think you can look into:
http://www-106.ibm.com/developerworks/webservices/library/ws-castor/

this article describes how to integrate the code generated by castor and axis 
wsdl2java.

regards, aki

> -----Original Message-----
> From: egemen kalyoncu [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 30. Juli 2004 09:56
> To: [EMAIL PROTECTED]
> Subject: RE: wrong method generation with WSDL2Java
> 
> 
> 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