Versão atual:

Alta Cliente Protheus WebServices

Hola, tengo un web services en protheus, funciona desde soapui pero no logro que funcione desde fluig, con un evento de servicio.

Adjunto el wsdl y el fuente del evento del servicio:

function servicetask5(attempt, message) { try { var Service = ServiceManager.getService('XCLIENTE'); var serviceHelper = Service.getBean();

var serviceLocator = serviceHelper.instantiate("_242._40._168._192._8070.XCLIENTEATUALIZAR");

serviceLocator.setTELEFONE("115678975"); serviceLocator.setRISCO("E"); serviceLocator.setSATIV1("001"); serviceLocator.setNROIB("270107770"); serviceLocator.setPAIS("063"); serviceLocator.setNOMEREDUZ("ING RUBEN SEOANE"); serviceLocator.setPERCIVA("S"); serviceLocator.setTABELA("094"); serviceLocator.setSATIV5("010"); serviceLocator.setCEP("1674"); serviceLocator.setCODIGO("334218"); serviceLocator.setCOND("001"); serviceLocator.setCDRDES("COR"); serviceLocator.setAGENPER("S"); serviceLocator.setAFIP("1"); serviceLocator.setTRANSP("129"); serviceLocator.setVEND("001"); serviceLocator.setMSBLQL("2"); serviceLocator.setNOME("ING RUBEN SEOANE"); serviceLocator.setMUNICIPIO("3 DE FEB"); serviceLocator.setNATUREZ("NATUREZ"); serviceLocator.setCONTA("113111"); serviceLocator.setEMAIL("SEOANE.RUBEN@YAHOO.COM"); serviceLocator.setCUIT("20270107770"); serviceLocator.setENDERECO("AV. AMERICA"); serviceLocator.setFILIAL("01"); serviceLocator.setLOJA("01"); serviceLocator.setREGIAO("053"); serviceLocator.setVEND("001"); serviceLocator.setPROVINCIA("BA");

var RESULT = serviceHelper.instantiate("_242._40._168._192._8070.XCLIENTESOAP"); //var RESULT = serviceHelper.instantiate("_242._40._168._192._8070");

var array = RESULT.atualizar(serviceLocator); //Service.atualizar(serviceLocator); //var resultado = serviceHelper.instantiate("_242._40._168._192._8070.ATUALIZAR");

//resultado.setCLIENTE(serviceLocator);

log.info("########## ejecutado"); } catch(error) { log.error(error); throw error; } }

Si alguien puede orientarme.

Gracias

Versão (1):

Ver a versão formatada

Alta Cliente Protheus WebServices

Comentário

new question