I have question about using of these functions:
xptOpenCommunication
xptBeginExchange.
Examples in Toolkit are very simple - they only send one request and receive one response.
How to use these functions on client side when I need to open session and send/receive many messages ?
Need I call them on every request/response or
need I call them only once before sending first message ?
Relating to this:
I try to debug my C client with Sync4j server,
but client does not send second request to <RespURI> so second request is not accepted by server. I think that problem is relating to right using
of desribed two functions, or am I mistaken ?
Thanks !
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have question about using of these functions:
xptOpenCommunication
xptBeginExchange.
Examples in Toolkit are very simple - they only send one request and receive one response.
How to use these functions on client side when I need to open session and send/receive many messages ?
Need I call them on every request/response or
need I call them only once before sending first message ?
Relating to this:
I try to debug my C client with Sync4j server,
but client does not send second request to <RespURI> so second request is not accepted by server. I think that problem is relating to right using
of desribed two functions, or am I mistaken ?
Thanks !
Peter