SamuelME41
New Member
I am trying to set up a communication between a web application on Google Engine and a Non-GAE application. I am expecting my non-GAE to send XML messages to my GAE at any time. I have been looking into the best option but there are very few documentation on this topic, does anybody know how this can be implemented?I have already been using socket listening on a port to get the XML message from non-GAE application, but not sure how to pass XML from java to jsp (the front-end).