[WebMethod(MessageName = "Get data by name and part number")]
[SoapHeader( "WorkEnvironment" )]
public List<Scratch> GetOpenStatements( string name, string partNumber)
{
and
[WebMethod(MessageName = "Get data by last name and part number")]
[SoapHeader( "WorkEnvironment" )]
public List<Scratch> GetOpenStatements( string lastName, string partNumber)
{
I was thinking that is how I could over load the method but for some reason it is not working. Any one have any ideas? Am I overloading these methods correctly?
Thanks,
reCoded

New Topic/Question
Reply




MultiQuote





|