Hi
I need help creating a server program running under Xcentricity BIS that:
- Receives a POST message from a client fx Postman.
- Reads the header
- Saves the body received to a file - og pass the body to a sub-program.
- Call a sub-program that reads the body and creates a reply in a file
- The server program reads the reply from the file and sends the data to the client
We already have this program, using C$SOCKET – so we need another program doing the same with xbis.



