[WebMethod]
public void Test(KeyValuePair<string,string> details)
{
}
I have defined the above web-method.
The KeyValuePair is defined in http://schemas.datacontract.org/2004/07/System.Collections.Generic
how can i add it to my wsdl auto-generated file? i have to define this type because otherwise i get an empty definition in the wsdl file:
<s:complexType name="KeyValuePairOfStringString" />