client/server communication with XML

Hello!I would like to create interface to my J2EE application for XML. Application client could be wroten in any language so I should use XML. Any good point to start?
[181 byte] By [andrzejra] at [2007-9-28 3:14:07]
# 1
Yes, other than the basic technologies like EJBs and Servlets. SOAP would be what you need in other for XML data transfer to and from your J2EE server. : )
DanHinojosaa at 2007-7-7 22:47:04 > top of Java-index,Other Topics,Patterns & OO Design...