
Hi, I debug my code by using the RetailServer Test Client for Real-time transaction service (RTS) calls to AX.
When I run codes in ( Runtime.Extensions.ActivityService) as follows ,throw error
public bool ExecuteTest(Request request)
{
var rq = (GetActivitiesDataRequest)request;
TransactionServiceClient transactionService = new TransactionServiceClient(rq.RequestContext);
var serviceResponse = transactionService.InvokeExtensionMethod("SerialCheck", "123");
return true;
}
Exception Info:
An exception of type 'Microsoft.Dynamics.Commerce.Runtime.CommunicationException' occurred in Microsoft.Dynamics.Commerce.Runtime.TransactionService.dll but was not handled in user code
Additional information: Exception while calling invoke method SerialCheck: Must specify valid information for parsing in the string.
Why?I what to do next?
*This post is locked for comments
I have the same question (0)