I have the codigo XML that I obtain of a webservice, like I can obtain the result that comes in AuthenticateUserResult, using a program XSLT, thanks
*************
spanish :
tengo el codigo XML que obtengo de un webservice, como puedo obtener el resultado que viene en AuthenticateUserResult, usando un programa XSLT, gracias
************
ej:
<?xml version="1.0" encoding="utf-8"?>
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AuthenticateUserResult>string</AuthenticateUserResult>
</AuthenticateUserResponse>
</soap:Body>
</soap:Envelope>