Getting info out of SOAP.

Getting info out of SOAP.

Dear people,

I'm using an web service to retrieve information from it. I got an working plugin from here and when i push a simple button I get the information in a string.

But, now i need certain things to be shown but can't find the way how. So when i got an success function(data) i want to retrieve the info from (data). When i try some ajax coding like:

var strInfo = $(this).find("Code").Text();

When i alert the content in a string, i get absolutely nothing!

Can someone help me?