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]