I\'ve a WSDL file and i need to convert it into java, so for this i use step by step procedure from below link
http://axis.apache.org/axis2/java/core/tools/eclipse/w
i founded this tool to auto generate wsdl to android code,
http://www.wsdl2code.com/example.aspx
SampleService srv1 = new SampleService(); req = new Request(); req.companyId = "1"; req.userName = "userName"; req.password = "pas"; Response response = srv1.ServiceSample(req);