Tag: JSON / JAVA / XML

Community

Messages vs. Methods

(Aaron Skonnard) What happens behind the scenes when you call a method on a Web service proxy object? Given that most Web services toolkits make heavy use of object-oriented abstractions, it’s easy to ignore what’s going on behind the scenes when interacting with a service through a generated pr

Community

XML Processing with DOM and Perl

If you iterate recursively over a DOM tree (such as one provided by the XML::DOM Perl module), you need something like a computed goto to dispatch on node types, and, probably more important, different elements. For example, consider the structure-oriented DTD from Notes on XML DTD Design (including

Community

Creating XML with Genx

(Michael Fitzgerald) Genx is an easy-to-use C library for generating well-formed XML output. In addition to being well-formed, Genx writes all output in canoncial form. It was created by Tim Bray with help from members of the xml-dev mail list. Work on Genx was announced on xml-dev on 19 January

Community

Debug XML Web services in VS.NET

(William Sempf) XML Web services are touted by Microsoft as the next big thing. But until recently, developers were hampered in their efforts to effectively develop them, placing the future of the new protocol in some doubt. Fortunately, Visual Studio .NET has made the development and consumptio