Other News

Community

Tip: SOAP 1.2 and the GET request

(Benoît Marchal) SOAP 1.2 brings changes that help to weave Web services more into the fabric of the Internet. One of these changes is the introduction of the GET method. GET is important because it enables various optimizations. This has been demonstrated by the Web itself, which uses GET extensive

Community

Handle DOM exceptions in Java

(Brian Schaffner) When working with Java-based XML parsers, you are often faced with handling exceptions. Some exceptions are simple to handle, while others are more difficult. In this article, we’ll look at some common exceptions seen while working with XML documents and explore how to manage them.