• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Apps getting parameter value in webservices method in android

    can you anyone help me Here my code private static final String METHOD_NAME = "getCityList"; private static final String SOAP_ACTION = "http://service.com/" + METHOD_NAME; private static final String NAMESPACE = "http://service.com"; private static final String URL =...
  2. S

    android call return null value inside the webservice method

    can you anyone help me Here my code private static final String METHOD_NAME = "getCityList"; private static final String SOAP_ACTION = "http://service.com/" + METHOD_NAME; private static final String NAMESPACE = "http://service.com"; private static final String URL =...