我试图用 Savon 调用一个简单的操作,但它一直在抛出
Savon::SOAPFault ((soapenv:Server) org.apache.axis2.databinding.ADBException: Unexpected subelement OperationRequest):
这是我的两行抛出这个:
client = Savon.client(wsdl: 'http://wsdl_location') response = client.call(:operation, message: { id: id })