Forum Discussion
1 Reply
- SuhasIdeator I
You need to pass ItemType to your webservice as parameter and based on Itemtype parameter you need to write AML query. You can used Facade design pattern to implement this. Your business logic (AML query) should be based on your Item type.
How you are passing property values to your web service, I mean From where you are taking property value?