Hello,
I have searched sdn for hours on how to test a web service. I couldn't find any relevant information. Can anybody tell me, how do I go about testing a web service. I created an abstract component. But am not sure how I should call the web service from the doContent() method.
The web service has one method that takes the IUser as the input parameter and returns the group associations (getParentGroups).
how to test this web service from doContent() of the abstract portal component.
Thanks!