How to use CRX Connector for Interwoven TeamSite? | Community
Skip to main content
October 16, 2015
Solved

How to use CRX Connector for Interwoven TeamSite?

  • October 16, 2015
  • 1 reply
  • 677 views

How to extracts content from a Interwoven TeamSite repository and submits it to a JCR based application ? Is there any tutorial for the same or any example

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can write a custom OSGi bundle that acts as a connector using either a Java API or if this product exposes a WSDL. For example - an OSGi bundle was created that integrated Adobe CQ with Adobe LC using the LC WSDL. You can use this as an example to connect to a third party platform that exposes a WSDL. See http://scottsdigitalcommunity.blogspot.ca/2012/07/integrating-livecycle-into-adobe-cq.html

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

You can write a custom OSGi bundle that acts as a connector using either a Java API or if this product exposes a WSDL. For example - an OSGi bundle was created that integrated Adobe CQ with Adobe LC using the LC WSDL. You can use this as an example to connect to a third party platform that exposes a WSDL. See http://scottsdigitalcommunity.blogspot.ca/2012/07/integrating-livecycle-into-adobe-cq.html