Questions tagged [teamcenter-soa]

4 questions
1
vote
1 answer

What is diffrence between loose API and Strong APIs in Teamcenter SOA programming?

Teamcenter provides 2 OOTB API sets, loose and strong. what is the difference between these two? When should we use loose API and when strong ones?
1
vote
0 answers

Manipulating with TCComponentBOMLIne in Teamcenter

I'm working with Teamcenter using the Java SOA API. How can I remove the child line from the structure correctly? Here is my code: TCComponentBOMLine bl = bomWin.setWindowTopLine(***); // ROOT BOMLine AIFComponentContext[] ctxes =…
kry4a
  • 31
  • 6
0
votes
1 answer

How can I create a LOV where the user can select as many options as they want (like a series of checkboxes and select all that apply)?

How can I create a list of values (LOV) where the user can select as many options as they want (like a series of checkboxes and select all that apply)? I am only away of being able to select one option as opposed to selecting many, but please…
325
  • 594
  • 8
  • 21
0
votes
1 answer

error LNK2019: unresolved external symbol ITK_user_main

I'm trying to build a Teamcenter ITK project generated from an SOA I created in BMIDE. The method I'm calling in my SOA service should retrieve all the saved queries from Teamcenter. I added all the needed libraries and dependencies I think might be…
riroo
  • 134
  • 3
  • 15