Using perl Syntax Highlighting
- $VAR1 = {
- 'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
- 'soap:Body' => {
- 'enlaceprueba' => {
- 'xmlns' => 'http://www.prueba.com/',
- 'enlacepruebaresult' => {
- 'NewDataSet' => {
- 'xmlns' => '',
- 'table' => [
- {
- 'id' => '1',
- 'campo2' => '2',
- 'campo3' => '2',
- },
- {
- 'id' => '2',
- 'campo2' => '3',
- 'campo3' => '3',
- }
- ]
- }
- }
- }
- },
- 'xmlns:xsd' => 'http://www.w3.org/2001/XMLSchema',
- 'xmlns:soap' => 'http://schemas.xmlsoap.org/soap/envelope/'
- };
Coloreado en 0.005 segundos, usando GeSHi 1.0.8.4