You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Srinath Perera <he...@vijayaba.cse.mrt.ac.lk> on 2003/10/06 08:23:19 UTC

A patch to WSDL2Ws

Hi All

this patch will fix following 

1) the usage of WSDL2Ws was like 
	java WSDL2WS file uri localname -options

now it can be used as 
	java WSDL2Ws file -options

2) it did not read the attributes if there are inside the schema type,
now it is aware of attributes 

can somebody please have a look and necessary actions.

both patch and the change WSDL2Ws file is here

Srinath