Skip to main content
wustgo
Participant
February 20, 2016
Question

difference between indesign server 5.5 and indesign server 6

  • February 20, 2016
  • 0 replies
  • 358 views

org.apache.axis.client.call.class file in axis.jar


private void invokeEngine(MessageContext msgContext) throws AxisFault {

       this.service.getEngine().invoke(msgContext);

        ........

        throw ((SOAPFault) respBody).getFault();

    }

in 5.5,all are working properly.

in 6,the marked red code executed 10s.

Both call SOAP1.1.

This topic has been closed for replies.