Hi All,
I am developing a web service. I am wondering if i want to write
Junit test cases for my service then whether i need to generate client and test web service methods or i can directly test web service methods by using instannce of impl class.
which one is right approach.
Regards,
Gaurav