Código PHP:
$parametros= array ('parametros' => valor);
$conexion = new SoapClient($url);
$XML=$conexion->funcionwebservice($parametros);
$variableconvalornodo1=$xml->nodo1->valor;
Código:
cabe resaltar que ya ocupe 'SimpleXMLElement' y LIBXML_NOCDATA y no me funciono. Gracias <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <ns2:funcionwebservice xmlns:ns2="http://webservices/"> <return> <![CDATA[<xml><quieroestevalor>valor</quieroestevalor><tambiéneste>valor</tambiéneste> </xml>]]> </return> </ns2:funcionwebservice > </S:Body> </S:Envelope>