I am trying to test a WCF service which uses wshttpbinding.I get a timeout error. Is this binding is supported? If so,let me know the version. Thanks and Regards, Kesav
yes.. the policy in the WSDL specifies a rather comples WS-Security and WS-Addressing setup which you would have to configure manually in soapUI. Alternatively maybe you can expose the service with the BasicHttpBinding for testing purposes only?