Ver Mensaje Individual
  #5  
Antiguo 13-01-2024
nincillo nincillo is online now
Miembro
 
Registrado: may 2017
Posts: 151
Reputación: 8
nincillo Va por buen camino
He conseguido los logs del SoapUI enviando la peticitón tanto activando la opción como sin activarla.

Activada:
Código:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
   <soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Action>http://tempuri.org/IPresVetComunicacionPrescripcion/EstaActivo</wsa:Action></soap:Header>
   <soap:Body>
      <tem:EstaActivo/>
   </soap:Body>
</soap:Envelope>
Sin Activar

Código:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
   <soap:Header/>
   <soap:Body>
      <tem:EstaActivo/>
   </soap:Body>
</soap:Envelope>
Responder Con Cita