Yes, it does break, as I lost a whole morning wondering why my calls to the web method wouldn't work even though my signature was the same in terms of data types....I'd named my parameters differently!
Oh and another strange about their implemtation is that they say the web method return type must be a string array, but I changed it to an arraylist just to test their theory, and it works fine! Very strange!
|