Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,127

    Re: Sending XML to PHP Service via POST

    No. It is still compiled in Java SE 7 and the runtime is still Java SE 7. It shouldn't have any Java 8 stuff.
    I use a DocumentBuilder created by the DocumentBuilderFactor (which I have set to be an...
  2. Replies
    6
    Views
    1,127

    Re: Sending XML to PHP Service via POST

    Well it only takes that long when attempting to do it from the Android emulator. I have an android platform and a desktop platform. The two call the exact same code, which performs the request to the...
  3. Replies
    6
    Views
    1,127

    Re: Sending XML to PHP Service via POST

    I'll have to look into that. I've used JSON at work before, but never on my personal time.
    One of my services returned a 128kb (I think) XML result to my android app, and it took 10 minutes or so...
  4. Replies
    6
    Views
    1,127

    Sending XML to PHP Service via POST

    I have a server with a handful of php services. I communicate with these services by creating connections from java code. The services currently respond with XML, but that can be changed if an...
Results 1 to 4 of 4