1

I been testing few web services in past using SoapUI. All the end points always ended with ?wsdl but this time round the WS end point ends with .svc and I cannot find a way to test it in SoapUI when i create new SOAP project but I can only enter wsdl end point.

How can I test svc is it .NET end point...?

James
  • 1,653
  • 2
  • 31
  • 60
John
  • 1,595
  • 4
  • 21
  • 44

1 Answers1

1

As far as I know, if your Service ends with ".svc" it's a WCF service.

Hope those clues might help you.

Community
  • 1
  • 1
Florian
  • 699
  • 1
  • 5
  • 19