Hi,
I have added external WSDL file to my .net application. I am able to see the functions in the WSDL. My question is how to use those functions. For eg: I have GetRequest and GetResponse functions and i am not sure how to use this both....
GetRequest req = new GetRequest();
Getresponse res = (GetResponse) ..... Im struck here... Im not sure of how to use and access these functions....
Kindly explain me about these. Any help would be appreciated... thanks