I'm trying to use TeamSite (7.4.1) web services to do the following:
1) From an external server, invoke a TeamSite web service to authenticate and create a Client instance
2) Invoke another TeamSite web service to import a file into a provided workarea
3) Call a final web service to de-authenticate
I've been combing the docs, and it's been a lesson in futility. So, I think I would use the util web services, found at
http://localhost/iw/services/cm/2.0/utilservice?wsdl
Beyond that, I can see it appears possible, but putting it all together seems murky.My goal is to have my external process construct a URL to consume the correct web serivce, then perform an HTTP post to the URL in order to import the file to the workarea. Is this possible? Any pointers you have would be a big help. Thanks.