1 | <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> |
2 | <soap:Header> |
3 | <t:Transaction xmlns:t="alguna-URI" soap:mustUnderstand="1"> |
4 | 5 |
5 | </t:Transaction> |
6 | </soap:Header> |
7 | <soap:Body> |
8 | <getDetalleDeProducto xmlns="http://warehouse.example.com/ws"> |
9 | <productoId>827635</productoId> |
10 | </getDetalleDeProducto> |
11 | </soap:Body> |
12 | </soap:Envelope> |