| 1 | <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> |
| 2 | <soap:Body> |
| 3 | <getRespuestaDetalleDeProducto xmlns="http://warehouse.example.com/ws"> |
| 4 | <getResultadoDetalleDeProducto> |
| 5 | <productId>827635</productId> |
| 6 | <nombre>Balón de Futbol</nombre> |
| 7 | <descripcion>Balón de futbol de 11” de vinil.</descripcion> |
| 8 | <precio>300.0</precio> |
| 9 | </getResultadoDetalleDeProducto> |
| 10 | </getRespuestaDetalleDeProducto> |
| 11 | </soap:Body> |
| 12 | </soap:Envelope> |