Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I am trying to write a client handler for communication between a client and a server based on a predifined XML protocol. The protocol is already defined , all I am looking for is a way for me to send and recieve messages which would be XML based. Can someone help me with this . Thanks
Post Follow-up to this message"Raj" <raj20013@yahoo.co.in> wrote in message news:83ff0912.0410191141.78ba0944@posting.google.com... > Hi, > > I am trying to write a client handler for communication between a > client and a server based on a predifined XML protocol. The protocol > is already defined , all I am looking for is a way for me to send and > recieve messages which would be XML based. Can someone help me with > this . > > Thanks > How about SOAP? Ed
Post Follow-up to this messageRaj wrote: > Hi, > > I am trying to write a client handler for communication between a > client and a server based on a predifined XML protocol. The protocol > is already defined , all I am looking for is a way for me to send and > recieve messages which would be XML based. Can someone help me with > this . > > Thanks Hello, You can use Sockets: 1. Create ServerSocket 2. After client is connected, you read client data in XML For example you can create DOM, or retreiving data using XPath 3. Create answer as DOM 4. Using Transform to send your answer to client P.S. In my application I'm using such method, it works... Regard, Michael
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.