ant task axis-java2wsdl complexType qname?

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I'm using the ant task axis-java2wsdl to generate my WSDL. I need some specific qname for the complex type I want to make appear in my WSDL. Is it possible to specified the qname I want to appear in my WSDL instead of the automatically generated one comming from the classname and the

Re: ant task axis-java2wsdl complexType qname?

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
After checking the source code in CVS of the Ant task, I noticed that the only attributes supported for complexType are: - classname - namespace - serializer - deserializer And the qname is actually automatically generated from this information. I added an improvement issue in the issue database