Main menu:

 

PALMA IT

Locations of visitors to this page

Site search

  • Categories

  • Archive

    November 2008
    M T W T F S S
    « Oct    
     12
    3456789
    10111213141516
    17181920212223
    24252627282930

    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 [...]

    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 [...]

    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 [...]