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 "clint dovholuk (JIRA)" <ax...@ws.apache.org> on 2005/09/26 20:13:48 UTC

[jira] Commented: (AXIS-2235) Autogenerated WSDL does not qualify the wsdl:types at all

    [ http://issues.apache.org/jira/browse/AXIS-2235?page=comments#action_12330495 ] 

clint dovholuk commented on AXIS-2235:
--------------------------------------

well i didn't get the option to set the "priority" on this.. i don't think it's "critical", but maybe?

cwd

> 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