Forum Discussion

Karthik16's avatar
Karthik16
New Contributor
5 years ago

Want to test WCF service custom binding in soap ui

Need brief description on how to consume WCF service custom binding in SOAP UI. Scratching my head on this for long time. It will be grateful if I got help from any one here.

5 Replies

    • Karthik16's avatar
      Karthik16
      New Contributor
      Yes I have wsdl file. I am browsing that in Soap UI. But I am getting Basic Http binding and WsHttpBinding only. Not custom binding
      • Karthik16's avatar
        Karthik16
        New Contributor
        Actually we are consuming the service in .Net using custom binding. But we need to test the same in Soap UI. On doing this, we are able to see BasicHttpBinding, WsHttpBinding on browsing the WSDL. We tried to consume the service using WSHTTPBINDING but it's not working. It is throwing error saying security error. Here, we need to consume the service using custom binding as we doing in .Net. but this is not working for us.