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

Reply via email to