Hi, I am fetching offer proposition using soap call.There are 5 offers
which are eligible for my recipient.Issue 1 :I get a result with one
propositions, where the returned ‘offer-id’ does not exist in database
Result
XXXX_01
The above offer id does not exist in
database. Issue 2 :I get only one result while,I put the count as 10.
Here is my soap callvar cnx = new
HttpSoapConnection("https://server/interaction/liveRcp/email") var
session = new SoapService(cnx, "nms:interaction")var count ...