Hi,
I'm doing a scene file to soap and i have 2 problems:
I have also tried with the following code:
public String test(String var1, Container container) throws StreamTransformationException{
if (var1.equals("error") ) {
throw new RuntimeException("DO NUMBER DO NOT SEND INVOICE");
}
else {
return "ok";
}
}
but I have the next problem: when the channel sender reads a file in a directory, if the first reading errors, the other files not processed, how could process the correct files? Is there any way to do this?.
I have not found the option to enable this type of messages (in SXMB_ADM ), but i have not found it, can anybody tell me how to do it exactly?
thanks.