On 5/6/05, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > The problem is caused by the fact that you don't provide unique > signatures to differentiate the two methods, therefore .NET sends the > same message (an empty <soap:Body/>) for both methods, and Axis always > invokes the first method. (I'm unclear why it works with the Axis > client, because it also should send identical messages.)
what you mean by I dont provide unique signatures to differentiate the two methods. getPerson() and getPersons() are different methods with different in the method name. they are not the overloaded methods. -- Graduate Student Department of Computer Science, San Diego State University
