Archive for 'XML/XMLDB'
Could it be true? A bug in Soap UI?
This post is about a common rule for software developers (well, actually it is valid for every person in every day life). The rule is that whatever people tell you, it is wise to check it for yourself to make sure they are right.
While performing the load test of our web service (of course with [...]
Posted: August 14th, 2007 under General, SOA/Web Services, Soap UI, XML/XMLDB.
Comments: 5
My StAX based Message Shredder
So far I have worked a lot with Java and XML but mostly with the DOM parser. For my current project I had to split a big XML document into smaller ‘messages’ and put these small messages on a queue. Well, if you have the same experience as I do with DOM then you know [...]
Posted: April 13th, 2007 under General, XML/XMLDB.
Comments: none
Using JDK5 XPath functionality
Although JDK5 is available for quite some time I just recently used the builtin ‘XPath’ functionality. I wanted to check if a certain WSDL file contained certain tags and if the message style was set to ‘Document’ and not ‘RPC’.
Now this seemed as a great oppertunity to use the XPath object so I went off [...]
Posted: January 23rd, 2007 under General, XML/XMLDB.
Comments: 3
