Windchill 10 SOAP Example
Hello all,
I'm a long term programmer but new to Windchill. I see in some of the docs that SOAP exchanges can be used to query and make changes to objects. However I don't see an example anywhere. I'd like to develop a simple external app to add/delete/modify objects for efficiency purposes. I'm not a Windchill administrator.
SOAP path that I think will work:
<my server>/Windchill/servlet/SimpleTaskDispatcher?CLASS=com.ptc.windchill.webparts
SOAP message to submit to do something:
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
....<Can someone help fill this out!>
</soap:Envelope>
Can anyone help me get started with SOAP or any other method to interact with a 3rd party app? Thanks in advance.

