Re: (JAVA) XML transfer to a TCP/IP (C++)service
Posted By:
Simon_Ablett
Posted On:
Wednesday, April 24, 2002 07:46 AM
Knowing that the server allows you to connect via TCP/IP is not enough. You need to know what format it expects any messages sent to it to be in. XML is simply character data but does the server require any other information to be added before and after the XML? Are the elements in the XML expected to be sent as seperate messages etc?
Regards.