Help with Call Teamcenter Service Widget Configuration

0
I'm trying to use the Call Teamcenter Service widget to fetch data via a SOA service.(take an example for fetch all item revision by input itemID) Could someone please help clarify the following? ->What should I pass as the Input parameters ? ->How should I define the Business Object Mapping for the returned Item Revision objects? ->How should I structure the Operation Mapping and what should be my Response Object?      If anyone has a working example or best practice for configuring this, it would really help! Thanks in advance for your guidance.  
asked
3 answers
0

Hey Rakesh, which SOA endpoint do you want to access? Did you check that it is not yet covered by the Teamcenter Extension and otherwise by the out-of-the-box Java actions of the TcConnector?

answered
0

Hi Rakesh,

You can have look at Teamcenter connector sample application, there are very good examples for how to call Teamcenter SOA. 

Also, you can go through siemens documentation for same. where they have explained very well.

All The Best!

answered
0

The best way to get a list of ItemRevisions for a specific ItemID is to run an Item Revision... query. This is supported by the Teamcenter Extension and covered in the Mendix Academy course Mendix Academy - Integrate Teamcenter Into Your App

answered