[ http://issues.apache.org/jira/browse/AXIS-2235?page=comments#action_12359446 ]
Paul Barry commented on AXIS-2235: ---------------------------------- Are there any plans to work on this bug? I have a very simple example of this problem that I submitted to the mailing list a while ago: http://marc.theaimsgroup.com/?l=axis-user&m=113045538011182&w=2 >From reading other issues on the mailing list, it seems that other people >using Axis 1.2.1 are able to generate WSDL with <wsdl:types> instead of just ><types>. Does anyone know what the difference is yet? Why it generates ><types> for me in a simple example yet other seem to get <wsdl:types>? I am >using resin 3.0.14 and JDK 1.5 on Windows XP, in case that is relevant. > Autogenerated WSDL does not qualify the wsdl:types at all > --------------------------------------------------------- > > Key: AXIS-2235 > URL: http://issues.apache.org/jira/browse/AXIS-2235 > Project: Apache Axis > Type: Bug > Components: WSDL processing > Versions: 1.2RC3, 1.2, 1.2.1 > Environment: win xp pro, 1 gb ram, using resin 2/3 app server, jdk 1.5 > Reporter: clint dovholuk > > I have noticed that now when axis autogenerates wsdl's the wsdl does not > correctly namespace qualify the "types" element, thus when processed and > consumed an error is thrown stating that "whichever" element can't be found. > Editing the wsdl by hand to qualify the types element fixes the problem. > for example, an autogenerated wsdl will look like: > <wsdl:definitions targetNamespace="myWebApp:TestSubclass"> > <!-- > WSDL created by Apache Axis version: 1.2.1 > Built on Jun 14, 2005 (09:15:57 EDT) > --> > <types> > > and not : > <wsdl:definitions targetNamespace="myWebApp:TestSubclass"> > <wsdl:types> > it's minor, but it's always reproducable... I've tried using 1.2rc3 and on > (1.2, and 1.2.1) > -Clint -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
