i am trying to develop a client application (both in java and .net) using a wsdl file. The problem scenario is that: in .net the classes generated by adding wsdl is different to the classes generated by adding same wsdl file in java. here the difference is that in java some classes are missing that are present in .net. also for some class in .net the class variable is generated while in java these class members are missing for the same class.
so, please let me know why this type of different behavior is shown for the same wsdl file in .net and java.