loading table of contents...

8.3. CALL_WEB_SERVICE()

 
CALL_WEB_SERVICE()
Ejecuta la llamada a un web service.
Retorna: object 
Objeto de respuesta
Parámetros:
string  url
URL del web servicee
string  metodo
Método a ejecutar del web service
object  cuerpo_mensaje
Cuerpo del mensaje (opcional)
boolean  tag_vacio
Indica si se envía SI o NO tag vacíos (opcional)
boolean  valor_efecto
Indica si tiene valores por defecto (opcional)
Versión: 4.0.2+
Versión: 4.0.2+
 
Ejemplo:
params.trama=BASE64_ENCODE(xml);
res=CALL_WEB_SERVICE('http://preservicios.cliente.gov.co/AcumularRadicar/AcumularRadicar','acumular', params);