Webservice Errorhandling

0
Hi there, I am doing error handling on an imported web service. I was just wondering what is the best way of doing this? Currently I am doing something like this to get the actual message. substring($lastErrorStackTrace, find($lastErrorStackTrace, 'faultstring' + 12 find($lastErrorStackTrace, '/faultstring') - find($lastErrorStackTrace, 'faultstring') - 12 Is this the most sufficient way?
asked
0 answers