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.
Is any other way around of this?