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 "Pétur Runólfsson (JIRA)" <ji...@apache.org> on 2009/06/16 12:19:07 UTC

[jira] Created: (AXIS2-4379) Please add support for loading type table when service is deployed with wsdl file

Please add support for loading type table when service is deployed with wsdl file
---------------------------------------------------------------------------------

                 Key: AXIS2-4379
                 URL: https://issues.apache.org/jira/browse/AXIS2-4379
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: kernel
    Affects Versions: 1.5
            Reporter: Pétur Runólfsson
            Priority: Minor


When a service is deployed with a wsdl file, the type table in the AxisService doesn't get populated like it does when the wsdl is generated at runtime. The type table is used to populate xsi:type attributes, so the lack of type table means that the xsi:type attributes are not generated.

It should be easy to move the already existing code for loading a type table in DefaultSchemaGenerator.loadMappingFile so that it could be used during service startup. Java2wsdl might also be modified to produce a suitable file for this.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.