service conector

Consumir web service hecho en .asmx

Buenas,

Tengo creado un web service en formato .asmx y ahora necesito utilizarlo en BonitaSoft, estoy usando la versión 7.

Cómo debo configurar el conector SOAP para poder tener acceso al web service.

Agradecido por cualquier ayuda,

Saludos!

service connector error calling a web service operation that doesn’t have a response message

Hello

Apparently when the service connector is used to call a web service operation that doesn’t have a response message an error is raised, although the service has perform correctly its function (EJ: an update on a DB). The problem is that the process is stopped by the supposed error, using the ignore and continue configuration the process isn’t stopped, but this will ignore a real error to, so I’m creating a weakness on my app, I think the service connector shouldn’t raise an error calling a web service operation that doesn’t have a response message.

Notifications