I'm trying to send a request from my REST client (WEB API- SendAysncRequest) using POSTMAN/SOA test tool and getting two confusing errors:
The message with To 'http://tempuri.soatest.com/to/change_this' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses agree.
and
The message with To '' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses agree.
Can anyone provide assistance with this issue?