I have an wsdl file, I puted the wsdl file in the app_code folder ("I am using visual studio 2008"), as it is supposed to be it generated the proxy for me. But the proxy file containes object type parameter for all functions even for the functions that are not supposed to have parameteres, also all functiones return objects!!! -.- .
Anyway, I tried to call a function that is supposed to get me a list of countries but I get an exception that says "There was an error generating the XML document"
Any Idea whats going on?