Re: [HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread James Agnew
Is the SRR message you are returning fully valid? I.e. does it have an MSA segment that indicates the control ID of the message it is a response to? If so, can you post the error you are sending here? Cheers, James On Thu, Jul 10, 2014 at 9:30 AM, Abhishek Modi wrote: > Hi James, > > I have t

Re: [HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread Abhishek Modi
Hi James, I have two applications lets say A & B. So, I send an appointment request in the form of SRM_S01 message from A. Now B's server listens to the SRM message. Now the handler for SRM message implements the ReceivingApplication interface. In the processMessage function of ReceivingApplicati

Re: [HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread James Agnew
Hi Abhishek, I'm not sure I understand your issue- Are you building the client, or the server, or both? To have a different message returned, you need to modify the server to return that message. HAPI's client will simply return whatever it gets back. Cheers, James On Thu, Jul 10, 2014 at 6:57

[HAPI-devel] Fwd: Not returning ACK response

2014-07-10 Thread Abhishek Modi
I'm using SRM_S01 messages for booking appointments. The Listener on the other sides receiver the SRM message and returns an ACK message in response. Is there a way to return a SRR message instead of ACK? Regards Abhishek Modi --