17
erik404
6y

Had to consume a soap webservice which spits out a XML of 5000 lines with ambiguous node names and a shitload of data that needs to be parsed.

Built a ORM model to hold all the data and I already built a Xmlparser which works like a boss.. untill now..

I've been debugging for 3 hours, cursing every God man ever made up. Swearing at my screen like a madman... but this particular set of nodes just didn't got saved properly to the DB...

Alright, so my ORM definition is fucked... nope... Alright, so my XmlParser is fucked... nope...

Whaaaaat the fuuuuck...

Oh wait, I've been checking the wrong table for hours....

Hooray for ambiguous tables because I followed the ambiguous structure.

I am going to get drunk now.

X

Comments
Add Comment