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!
source
share