The existing tuxedo service which is based on input views is not getting exposed as webservice, the GWWS keeps crashing with the error on tpinit.
The service is required to be exposed as rest based webservice on 32 bit salt 12.1.3 server.
The MIF is defined with the parameters as:
######
## Pricing Service
######
service=PRICINGSVC_1
servicetype=service
export=Y
inbuf=VIEW32
outbuf=VIEW32
tuxservice=PSDGPrcSvc
inview=PSDGPRCS
outview=PSDGPRCR
The salt server is unable to map the input view32 file with the tuxedo server. can you please suggest on what i need to additional to get the service up and running on the salt server.