Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-1169

XOP inline has a dependency in uninitialized ParameterMetaData

XMLWordPrintable

      The CommonClient calls the handler chain before unbindResponseMessage(). This is correct.
      However, XOP inline depends on ParameterMetaData.isXOP().
      The ParameterMetaData is not known until unbindResponseMessage()

      // Get the return object
      Object retObj = null;
      if (oneway == false)

      { // Call the response handlers callResponseHandlerChain(portName); // unbind the return values SOAPMessage resMessage = msgContext.getMessage(); binding.unbindResponseMessage(opMetaData, resMessage, epInv, unboundHeaders); retObj = syncOutputParams(inputParams, epInv); }

              tdiesler@redhat.com Thomas Diesler
              tdiesler@redhat.com Thomas Diesler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: