Forum Discussion

tim's avatar
tim
Contributor
16 years ago

MOCK a web service without a WSDL?

I would like to MOCK  a web service with soapUI. I do not have a WSDL for this service. What are my options?

1 Reply

  • Lucas's avatar
    Lucas
    Occasional Contributor
    I had this problem too and the thing I did was to create a baic .wsdl for this service and then use soapUi with Groovy Script to complete the mock.

    I think, you should have information about it : the Agreement Interface Document, or you can see the .wsdl, or you can throw requests against the web service, ... and with that information you'll be able to write a .wsdl. After all if you want to mock something you need to know how it works.

    I hope that this answer will be useful .