You need to create a contract to send receive ticket requests and status. Both types can be sent from both ends of the conversation.Which method can you use?
Answer: – CREATE CONTRACT TicketServicesContract (TicketRequest SENT BY INITIATOR, TicketStatus SENT BY TARGET)
(Only this option accomplishes the intended results. When specifying the SENT BY ANY option, you specify that both the INITIATOR and TARGET can initiate the sending of a ticket request.)