Details
-
Type: Bug
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: Bing-Integration
-
Fix Version/s: Bing-Integration
-
Component/s: None
-
Labels:None
Description
Steps:
1. Deployed latest MMS build on yell-ec-mms3 server and restarted jboss.
2. Added refund service wsdl to the SOAP project.
3. Sent the refund request for advert id tsaperf50-1 in following manner.
<advertID>tsaperf50-1</advertID>
<referenceID>123</referenceID>
<refundAmount>2</refundAmount>
</campaignRefundRequest>
<customerBPID>tsaperf50</customerBPID>
<requestID>789</requestID>
Observation:
the request does not go through and is timed out.
Response:
<campaignRefundResponse>
<advertID>tsaperf50-1</advertID>
<referenceID>123</referenceID>
<returnCode>ERROR</returnCode>
<remainingCarryover xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<resultInfo>Service timeout.</resultInfo>
</campaignRefundResponse>
<customerBPID>tsaperf50</customerBPID>
<requestID>789</requestID>