53 lines
2.4 KiB
XML
53 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
|
|
<soap12:Body>
|
|
<PutExpedicionInternacional xmlns="http://82.223.6.71:82">
|
|
<ObjetoEnvio>
|
|
<Peso>{{ defaultWeight }}</Peso>
|
|
<Bultos>1</Bultos>
|
|
<Reembolso>0</Reembolso>
|
|
<Fecha>{{ date }}</Fecha>
|
|
<ConRetorno>0</ConRetorno>
|
|
<Tipo>{{ deliveryType }}</Tipo>
|
|
<Debidos>0</Debidos>
|
|
<Asegurado>0</Asegurado>
|
|
<Imprimir>0</Imprimir>
|
|
<ConDevolucionAlbaran>0</ConDevolucionAlbaran>
|
|
<Intradia>0</Intradia>
|
|
<Observaciones></Observaciones>
|
|
<AlbaranRemitente></AlbaranRemitente>
|
|
<Modo>0</Modo>
|
|
<TextoAgencia></TextoAgencia>
|
|
<Terminal></Terminal>
|
|
<ObjetoRemitente>
|
|
<RazonSocial>{{ senderName }}</RazonSocial>
|
|
<Domicilio>{{ senderStreet }}</Domicilio>
|
|
<Cpostal>{{ senderPostalCode }}</Cpostal>
|
|
<Poblacion>{{ senderCity }}</Poblacion>
|
|
<Provincia>{{ senderProvince }}</Provincia>
|
|
<Contacto></Contacto>
|
|
<Telefono>{{ senderPhone }}</Telefono>
|
|
<Email>{{ senderEmail }}</Email>
|
|
</ObjetoRemitente>
|
|
<ObjetoDestinatario>
|
|
<RazonSocial>{{ receiverName }}</RazonSocial>
|
|
<Domicilio>{{ receiverStreet }}</Domicilio>
|
|
<Cpostal>{{ receiverPostalCode }}</Cpostal>
|
|
<Poblacion>{{ receiverCity }}</Poblacion>
|
|
<Municipio></Municipio>
|
|
<Provincia>{{ receiverProvince }}</Provincia>
|
|
<Contacto></Contacto>
|
|
<Telefono>{{ receiverPhone }}</Telefono>
|
|
<Email>{{ receiverEmail }}</Email>
|
|
<Pais>{{ receiverCountry }}</Pais>
|
|
</ObjetoDestinatario>
|
|
<ObjetoLogin>
|
|
<IdCliente>{{ clientViaexpress }}</IdCliente>
|
|
<Usuario>{{ userViaexpress }}</Usuario>
|
|
<Password>{{ passwordViaexpress }}</Password>
|
|
</ObjetoLogin>
|
|
</ObjetoEnvio>
|
|
</PutExpedicionInternacional>
|
|
</soap12:Body>
|
|
</soap12:Envelope>
|