in src/it/java/com/epam/digital/data/platform/bpwebservice/it/wsendpoint/StartBpEndpointIT.java [64:70]
void startBp_noSuchBpIsDefined() {
var requestEnvelope = fileSource("/startBp/noSuchBpIsDefined/xml/startBpRequest.xml");
var responseEnvelope = fileSource("/startBp/noSuchBpIsDefined/xml/startBpResponse.xml");
mockClient().sendRequest(withSoapEnvelope(requestEnvelope))
.andExpect(clientOrSenderFault("No such business process defined"))
.andExpect(soapEnvelope(responseEnvelope));
}