You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import the new QueryConfirmedRequest, QueryNotificationConfirmedRequest and QueryResultConfirmedRequest Protobuf messages from workfloworchestrator/SuPA#166 that contain the extra common.ServiceException service_exception field. In the querySummarySync, queryNotificationSync and queryResultSync provider methods, check for this field, when it exists then throw a ServiceException that will send the appropriate SOAP fault to the requester.
The text was updated successfully, but these errors were encountered:
Import the new
QueryConfirmedRequest
,QueryNotificationConfirmedRequest
andQueryResultConfirmedRequest
Protobuf messages from workfloworchestrator/SuPA#166 that contain the extracommon.ServiceException service_exception
field. In thequerySummarySync
,queryNotificationSync
andqueryResultSync
provider methods, check for this field, when it exists then throw aServiceException
that will send the appropriate SOAP fault to the requester.The text was updated successfully, but these errors were encountered: