Im利用Savon实施网络服务客户。
然而,我收到以下信息:
(a:ActionNotSupported) The message with Action SearchCars cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).
after sending my soap request.
我读到的是,它有点可做的,有的可以做的是:
任何想法?