Appendix B. XML
IN THIS APPENDIX
What Is XML?
The Extensible Markup Language (XML) is a standard format for representing structured data in text form. It is an integral part of Web Services, and therefore an integral part of WebLogic Workshop. Web Services use a protocol called SOAP (Simple Object Access Protocol), which uses XML to represent requests.
If you have ever stored data in a Java properties file or in other simple configuration files, you might have discovered that it isn’t easy to store structured data in a flat format. For example, you might have a configuration file that looks like this:
service.name=MyService service.maxClients=500 service.class=com.mycompany.MyServiceImpl ...
Get BEA WebLogic Workshop™ Kick Start now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.