You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Glen Mazza <gr...@verizon.net> on 2007/04/03 03:14:05 UTC

Re: Axis2 wsdl2java : Overriding the existing generated files

If you use Axis' wsdl2java Ant task, you can trivially add a dependency
target that will first delete[1] the output directory prior to running
the wsdl2java task.

I recently blogged a simple ant task--its after step #4 here (but
without the delete task):
http://www.jroller.com/page/gmazza?entry=my_first_web_service

Glen

[1] http://ant.apache.org/manual/CoreTasks/delete.html


Am Montag, den 02.04.2007, 16:28 -0400 schrieb Gul Onural:
> 
> Is there any way to force the wsdl2java to override generated files
> even if they are already exists ?
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


[AXIS2] WSDL2JAVA generated interface code is missing RemoteException

Posted by Shaoguang Cong <sc...@yahoo.com>.
Anyone knows why the generated java skeleton interface doesn't have "throws java.rmi.RemoteException" anymore? Since AXIS 2 is still dealing with AxisFault which is a RemoteException, should the "thows" still be part of the method signature?
   
  The client stub does have the "throws" there.
   
  Thanks.
  Shaoguang  
  
 

 
---------------------------------
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.