Hi,
I need to do xml based client server interaction.
As per my knowledge, steps in client server communication through xml may include:
1. client prepares the xml
2. transmittal of the xml
3. server processes the xml
client can send request to the server through xml document. The XML parser at the server will parse the xml file and pass the information to the server.
If so, What will be the output of xml parser to the server?
How to use the xml parser at the server for this purpose?
What will be the response format from server to client( whether can it send response in xml format) to client?
If i am wrong what is the best way to do client server communication through use of xml?
Thank you,