当使用wsHttpBinding,而不是平时用的webHttpBinding的时候,用soapui会报错.这个时候需要选中WS-A选项中的"Add default wsa:Action"
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.
<services>
<service name="TestService"
behaviorConfiguration="TestService">
<endpoint name="wsHttpTestService"
address=""
binding="wsHttpBinding"
bindingConfiguration="TestService"
bindingNamespace="www.test.com/2012/04/services"
contract="TestService" />
</service>
http://stackoverflow.com/questions/10169871/wcf-wshttpbinding-in-soapui