We are working building and providing a webservice for a end application to consume. One of the requirement is to alter the default fault message structure when responding to SOAP client if there is any validation/business error occurs.
Also that the support team requires to be noted that the flow service is failed and this gets monitored through MWS.
#1. With Exit flow signal failure - we can make the flow service visible as failed service in MWS - the custom SOAP response is over ridden with the standard or default SOAP fault response by SOAP engine!
#2. Without the exit flow signal failure - I can generate my custom response by setresponse means(thanks to the forum) but I can’t let my service visible as Failed status in MWS!
Is there a way I generate the custom soap fault and also make the service visible as failed in MWS?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services