Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-425

"org.apache.axiom.om.OMElement" inside generated C code using WSDL2C(Java Version) tool

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      When I use Axis2 Java Code Generation tool to generate server side code for DataHandlerService.wsdl (see the attachment) with data binding
      adb, it generates code that has Java Default Class name inside some C source and header file which cause some compilation errors.

      Example:

      struct axis2_echoContent_impl

      { axis2_echoContent_t echoContent; axis2_qname_t* qname; org.apache.axiom.om.OMElement attrib_arg_0_2; }

      ;

      /**

      • setter for arg_0_2

      */

      axis2_status_t AXIS2_CALL

      axis2_echoContent_set_arg_0_2(

      axis2_echoContent_t* echoContent,

      const axis2_env_t *env,

      org.apache.axiom.om.OMElement param_arg_0_2);

      Attachments

        Activity

          People

            xydinesh Dinesh Weerapurage
            milinda Milinda Pathirage
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: