Issue after customizing the SIM Web service 13.2 Version
Hi ,
We have customized the SIM Webservice Process Customer Order by adding the cost also in the ProcessCustomerOrderResponse. And also we have modified the SIMService_java_wsdl_mapping file by adding the cost and also added the Cost in the CustomerOrder.xsd. I have made changes in the sim-ws.war in the sim-server.ear file and bounced the server. But after calling the Process Customer Order webservice we are getting the response only the Order Id but Cost is not coming.
By debugging, We find Cost is coming as the response till the SIMPortTypeImpl class and cost is coming as the Null in the SIMClientPortType_stub.Can you please help if I need to change any other files.