Forum Discussion

jhberges's avatar
jhberges
New Contributor
13 years ago

Is there a limitation regarding overloaded methods in mocks?

I.e attempting to mock two methods: someMethod(int,int,int) and someMethod(int,AComplexObject) seems to always resolve to the first in the WSDL? I found this: viewtopic.php?f=5&t=1127&p=41...