[ http://issues.apache.org/jira/browse/AXIS2C-54?page=comments#action_12366298 ]
Damitha Kumarage commented on AXIS2C-54: ---------------------------------------- First issue is solved. Now WSDL is completely an independant module. We need to refer wsdl header files from description header files. For example axis2_op.h is inherited from axis2_wsdl_op.h. axis2_op_t struct keep axis2_wsdl_op_t struct as the first element of the struct, so that they use the same address. This would enable me inheritance Third issue is not really an issue. axis2_transport_sender.h is supposed to be an api interface to sender > include files in src folders > ---------------------------- > > Key: AXIS2C-54 > URL: http://issues.apache.org/jira/browse/AXIS2C-54 > Project: Axis2-C > Type: Bug > Components: core/description > Versions: M0.3 > Environment: windows > Reporter: nabeel yoosuf > > axis2_wsdl_compopent.h refers to description/axis2_description.h > axis2_phase_holder.h refers to wsdl/axis2_wsdl.h > axis2_transport_in_desc.h refers to transport/axis2_transport_receiver.h > axis2_transport_out_desc.h refers to transport/axis2_transport_sender.h > These header files should be moved to include dir. -- 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
