Transferring data from PHP to Java

java, php

Solution

This is a case study for a web service like SOAP.

Problem

I have an XML file which I need to parse using PHP and send the parsed data to Java, what are some best practices to accomplish it ?

Original source