User1909155429 posted
responseEnvelope.timestamp=2013-11-10T13%3A08%3A33.748-08%3A00&responseEnvelope.ack=Failure&responseEnvelope.correlationId=85593163d07d7&responseEnvelope.build=7935900&error(0).errorId=520003&error(0).domain=PLATFORM&error(0).subdomain=Application&error(0).severity=Error&error(0).category=Application&error(0).message=Authentication+failed.+API+credentials+are+incorrect.
Hi,
i return the above string to page and would like to parse the variables into a more convenient form for easy access.
more appropriately, i would like to further parse on error(n). string variables and return each related substring and add to another list object. like such
error(0), ({ errorId,category,severity,message})
error(1),({ errorId,category,severity,message})