Integrating : Open Services for Lifecycle Collaboration (OSLC) : Linking System Architect and non-IBM products : Technical specification for System Architect as provider for non-IBM products : Service provider document
  
Service provider document
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:oslc="http://open-services.net/ns/core#">
  <oslc:ServiceProviderCatalog rdf:about="http://ServerName:8889/SAOSLC/providers">
    <dcterms:title>System Architect OSLC Service Provider Catalog</dcterms:title>
    <dcterms:description>System Architect OSLC Service Provider</dcterms:description>
    <dcterms:publisher>
      <oslc:Publisher>
        <dcterms:title>System Architect OSLC Service Provider</dcterms:title>
        <oslc:label>System Architect</oslc:label>
      </oslc:Publisher>
    </dcterms:publisher>
    <oslc:domain rdf:resource="http://open-services.net/ns/am#"/>
    <oslc:oauthConfiguration>
      <oslc:OAuthConfiguration>
        <oslc:oauthRequestTokenURI rdf:resource="http://ServerName:8889/SAOSLC/oauth-request-token"/>
        <oslc:authorizationURI rdf:resource="http://ServerName:8889/SAOSLC/oauth-authorize"/>
        <oslc:oauthAccessTokenURI rdf:resource="http://ServerName:8889/SAOSLC/oauth-access-token"/>
      </oslc:OAuthConfiguration>
    </oslc:oauthConfiguration>
    <oslc:serviceProvider dcterms:title="ServiceProviderName(EncyclopediaName)" rdf:resource="http://ServerName:8889/SAOSLC/SQL/LogicalServerName/EncyclopediaName/1"/>
  </oslc:ServiceProviderCatalog>
</rdf:RDF>