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.