Posted By:
Venkat_Pakanati
Posted On:
Thursday, March 15, 2012 10:20 AM
Hi I am writing Junit test cases on web service client. I am using java url to call the web service wsdl. But I was told to write these test cases on the client.
So the business logic is in server side, then how can I test on client side when there is no business logic on client side.
Please let me know.
Thanks.