Hi members,
while across the inbound services in ax 2012 r3, found a little bit confusing error and here the details,
Create one inbound service with an operation which accept one parameter as well. This is worked fine. The details below,
Ax side.
Visual Studio side with exposing the param.
Param shows with in the service reference.
Then i created another method in data-contract class and added into operations & deployed.(CIL & Full CIL done.) First method parameter type change immediately after service reference updation & shows the invalid parm type error. Here is the second method details,
Ax side.
First method param error after service reference updated.
Reference of the 1st method after service reference updation.
I don't know why this happen when i add the 2nd method cause the first method param type. The error cleared after i either remove the 2nd method param or totally removed the 2nd service operation. Any help may appreciated.