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

Search results

  1. L

    Apps SOAP Web-Service

    Hi, I'm having a problem accessing my web-service. For now, i'm am running the WS in localhost. This is my code: private static final String SOAP_ACTION = ""; private static final String METHOD_NAME = "getPOIS"; private static final String NAMESPACE = "http://ws.projectName/"; private...