Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-3379

wsdl2 codegen fails if the wsdl2 includes schema imports

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.3
    • None
    • codegen
    • None
    • winxp, jdk15

    Description

      wsdl2 codegen fails with the following exception if the wsdl2 document includes schema imports.

      Service archive is attached here with.

      C:\Axis2\Axis2-1.3\axis2-1.3\bin>wsdl2java.bat -uri http://10.100.1.118:9762/services/calculatorImportSchema?wsdl2 -wv 2 -o C:\Axis2\Axis2-1.3\axis2-1.3\bin\out
      Using AXIS2_HOME: C:\Axis2\Axis2-1.3\axis2-1.3
      Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_12
      Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL

      at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:147)
      at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
      at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
      Caused by: org.apache.axis2.AxisFault
      at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
      at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateService(WSDL20ToAxisServiceBuilder.java:236)
      at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:101)
      ... 2 more
      Caused by: java.lang.NullPointerException
      at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.createAxisMessage(WSDL20ToAxisServiceBuilder.java:976)
      at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateOperations(WSDL20ToAxisServiceBuilder.java:926)
      at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processInterface(WSDL20ToAxisServiceBuilder.java:849)
      at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processService(WSDL20ToAxisServiceBuilder.java:306)
      at org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateService(WSDL20ToAxisServiceBuilder.java:233)
      ... 3 more

      Attachments

        1. calculatorImportSchema.aar
          42 kB
          Charitha Kankanambe

        Activity

          People

            keithgchapman Keith Godwin Chapman
            charitha Charitha Kankanambe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: