• Hi.

    How can i parse this xml (I invoke a webservice and i got this return):

    <ns:somaResponse xmlns:ns="http://sum.com">

    <ns:return>3</ns:return>

    </ns:somaResponse>

    I used this example (from this post), but doesn't work.

    Anyone can help me ?

    Thanks