How to get part / specification of Windchill using Java?

My organization has an existing installation of Windchill and PDMLink, and we are interested in integrating Part and BOM data from these systems with third-party systems in Enterprise. Our intention is to write a Java application that retrieves data from Windchill / PDMLink and puts it on other systems. We do not have a large ERP system, so we are not interested in creating heavy automated connectors - we just need an easy way to extract data from Windchill using its SOAP-webservice.

Unfortunately, I can not find the documentation to get started. I found some webservice documentation (http: //my-windchill-server/Windchill/infoengine/jsp/tools/doc/index.jsp), but I don't know how to access this web service. Can anyone help point me in the right direction?

  • How to make a simple SOAP call to retrieve information from Windchill?
  • If I get Windchill installation files, is there an API or something that I can include in my Java project?
  • Can I find some sample code for this script somewhere?

Any help would be appreciated and I would be happy to clarify or provide additional information if necessary. Thank!

+3
source share
2 answers

I am NOT sure that you used the version of Windchill and which OS your Windchill was based on.

  • Q1. , Google Engineer SOAP.
  • Q2. , , WT_HOME/codebase, codebase.jar java jar codebase.jar IDE, API.
  • Q3. Windows, WT_HOME, , *.pdf . ( , Windchill 9.1 Windows).
+2

WSDL - Java wsimport. . Windchill.

+1

All Articles