Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To use the Teamwork connector, add the <teamwork.init> element in your configuration before carrying out any other Teamwork operations.

The Teamwork API uses basic authentication with the API key. For more information on authentication, see https://developer.teamwork.com/introduction#authentication.

Code Block
languagexml
titleinit
<teamwork.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <apiKey>{$ctx:apiKey}</apiKey>
<teamwork.init>
Properties  
  • apiUrl: The  The application URL of Teamwork.
  • apiKey : The API key of Teamwork.

Additional information

Ensure that the following Axis2 configurations are added and enabled in the <ESB_HOME>\repository\conf\axis2\axis2.xml file.

...

Code Block
languagexml
titlemessageBuilders
<messageBuilder contentType="multipart/form-data" class="org.wso2.carbon.relay.BinaryRelayBuilder"/>

Now that you have connected to Teamwork, use the information in the following topics to perform various operations with the connector.

Child pages (Children Display)