Forum Discussion

Former_Member's avatar
Former_Member
Ideator I
7 years ago

Web Services Configuration integration within Aras Innovator 11

Hi Team,

I am developing webservice using WebServiceGenerator in ARAS innovator 11 SP8.

I got success when I do with single item type but not able to add multiple item types in single web service.

Please suggest the solution.

Thanks in advance.

Thanks,

Amruta

1 Reply

  • 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?