Hi,i have
GetOrder outbound service interface: list order statuses :
trying to call CommonOrderFacadeClient.findByOrderStatus(orderStatusTypes, isSummary);
which is responsible for getting all the order list based on status but the same is not working properly.implementation is done based on Infocenter
here is output of executing code:
CrmData: ShowOrderDataAreaTypeImpl (id=1753)
show (id=1128)
originalApplicationArea (id=1769)
responseCriteria null
recordSetCompleteIndicator true
recordSetCount 0
recordSetReferenceId null
recordSetStartNumber 0
recordSetTotal 0
order null
it is neither making inbound call nor throwing any exception during call.