Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-2235

Autogenerated WSDL does not qualify the wsdl:types at all

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.2RC3, 1.2, 1.2.1
    • None
    • WSDL processing
    • None
    • win xp pro, 1 gb ram, using resin 2/3 app server, jdk 1.5

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            dovholuk clint dovholuk
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: