Forum Discussion

Lavalyte's avatar
Lavalyte
Occasional Contributor
9 years ago

Mock server - finding web service, method names

Hi, Is there a clean standard way to get the names of the web service and web method being called in the mock response script?

Admittedly they should be obvious from context, but it would be less error prone for what I need to do to have a standard bit of scripting that will derive them.

 

  • nmrao's avatar
    nmrao
    Champion Level 3
    What I believe is that, you are going to get the wsdl and implement the operations. So, how will it be different for method names in mocking ?