Overloaded Webservice

E

Elmer Miller

I have a webservice with overloaded methods for GetPatientHistory. I used
the MessageName option on the WebMethod attribute so that each method is
unique. I also gave each a different description with the Description option
of the WebMethod attribute. In InfoPath, when I browse the WebService, I see
duplicate methods. Infopath does not show the MessageNames, and all the
descriptions are the same. Is this a problem with InfoPath? It is looking
like I will not be able to use overloaded methods in my webservice with
InfoPath, even with the MessageName attribute.
 
Top