dyok 发表于 2018-11-23 09:39:03

Axis 2 – org.apache.axis2.AxisFault: The given SOAPAction … does not match an op

  原文在这里
  这个问题困扰了我很久,
  AlgumaCoisaServiceStub stub = new AlgumaCoisaServiceStub(); //é gerado pelo axis2
  stub._getServiceClient().getOptions().setProperty(org.apache.axis2.Constants.Configuration.DISABLE_SOAP_ACTION, true);
  只需要在调webservice接口的方法的时候再方法哪里加上这个属性就OK了

页: [1]
查看完整版本: Axis 2 – org.apache.axis2.AxisFault: The given SOAPAction … does not match an op