原创 Idea創建webservice服務和客戶端調用的幾種方式,打包測試方式

本人第一次用idea學習Idea創建webservice服務和客戶端調用以及如何部署: 首選是 創建webservice的方式和IDE中的部署發佈測試: 1、AXIS ,我是大致按照這個教程學習的:https://blog.csdn.ne

原创 Teamcenter Model : Real name for object type in BMIDE

How do you find the real name for object type ? Here we will understand how to find  the real name value from display n

原创 SOA Service Client : Get TC Session Information

How to get TCSession information? private static void getTCSessionInfo() throws ServiceException { //com.te

原创 SOA Service Client : SETPROPERTIES / CHECKOUT / CHECKIN / REFRESH

How to check out objects in Teamcenter  ? private static void checkout(ModelObject[] modObjArr) { //com.te

原创 SOA Service Client : Create / Delete Relation In Teamcenter

How to create Relation between objects ? Eg: modObjprimary | |_modObjSecondary private static void createRelations(Mod

原创 SOA Service Client : Pack / Unpack BOM

How to Pack/Unpack BoM   CreateBOMWindowsResponse createBOMWindowsResponse = createBOMWindows2(modObjParent); BOMWin

原创 SOA Service Client : Upload File in Teamcenter

How to Upload File into Teamcenter ? private static void importXML(String sFullFilePath, String sSiteId, String sDestS

原创 SOA Service Client : Expand GRM Relation

How to Expand GRM Relation for Primary object ? private static void expandGRMRelationsForPrimary(ModelObject[] modelOb

原创 SOA Service Client : Set Preference in Teamcenter

How to set preference ? private static void setPreferences2(String sPrefName, String sPrefDesc, String sPrefValue) {

原创 SOA Service Client : Get Wherereference

How to Get Where Reference for object in Teamcenter? private static void whereReferenced(ModelObject modObj) {

原创 SOA Service Client : Global Alternate

How to add/remove Global Alternate using SOA Service? //Consider modObj1 ->part to which global alternate is to be adde

原创 SOA Service Client : Create Relation Between Manufacturing Objects

Dealing with Manufacturing process planHow do you create relation between manufacturing objects ? Important steps are 1

原创 SOA Serive Client : WorkFlow service in Teamcenter

How about submiting the objects to workflow ? //connection -> TC connection objects //WorkflowService is from package

原创 Teamcenter SOA Clinet : Remove Reference from Dataset

Here we will understand the apis used for removing the named references from Dataset import com.teamcenter.services.st

原创 SOA Serive client: Assign Project to object

How about assigning project to object ? What you need is 1) Object to which project to be assigned //Get the object by