What can we do to make XML processing faster?

Posted by adpd on Stack Overflow See other posts from Stack Overflow or by adpd
Published on 2010-03-19T17:44:25Z Indexed on 2010/03/19 17:51 UTC
Read the original article Hit count: 141

Filed under:
|
|
|
|

We work on an internal corporate system that has a web front-end as one of its interfaces.

The front-end (Java + Tomcat + Apache) communicates to the back-end (proprietary system written in a COBOL-like language) through SOAP web services.

As a result, we pass large XML files back and forth.

We believe that this architecture has a significant impact on performance due to the large overhead of XML transportation and parsing. Unfortunately, we are stuck with this architecture.

How can we make this XML set-up more efficient?

Any tips or techniques are greatly appreciated.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about java