ORSIM 14.0 Test Web Service by URL ?
HI
We are working on ORPOS 14.0 to SIM 14.0 integration by web-service .
First I am testing the SIM web service for Inventory Inquiry from URL.
I am sending the request for Inventory Inquiry with following parameters but in response getting VALIDATION_ERROR.
<v1:items>100012076</v1:items> ITEM ID
<v1:location>100</v1:location> STORE ID
<v1:loc_type>S</v1:loc_type> S for Store
<v1:channel_id>1</v1:channel_id>
<v1:store_pickup_ind>Y</v1:store_pickup_ind>
The sample request, response and error log from sim.log file is as below
Can someone assist me to correct the web service request , so that we can get the proper response.