views:

11

answers:

0

Hi. I create the webservice from netbean as java webservice. when i Applying the web reference to my asp.net web application. it generate proxy . but i found that the methods also convert in classes.Also i found the method as methods in class that i define in web service...I have web method that have the return type int (in java). but in proxy i found its return type as void. why these issue ??