Forum Discussion

mteasdal's avatar
mteasdal
New Contributor
16 years ago

Response Timout on Basic Message

We are currently evaluating SoapUI for a major project and having used the product before I am very keen to use it. We have a basic WCF service that just returns a string.  The service is using the wsHttpBindingwhich caters for the WS* standards.

Although the project can see the WSDL and creates all the messages for me we are getting a respons timeout error even for the most basic message.

.Net Clients such as a web page connect and get a return message immediately and I have increased the timeout by setting it to 0 on the http preferences.

Help !!

3 Replies

  • Hi!

    this is probably related to some QoS requirement in your WSDL (due to the WsHttpBinding) that soapUI doesn't add by default, but might well support (WS-Addressing, WS-Security, etc..). Can you post your WSDL so we can have a look?

    regards!

    /Ole
    eviware.com
  • mteasdal's avatar
    mteasdal
    New Contributor
    It is definitely something to do with the binding...as I have swapped to basicHttpBinding and it seems to be happier.