Skip to content

SoftwareAG/webmethods-cloudstreams-googlemaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webMethods CloudStreams Provider for Google Maps

This project provides a sample webMethods CloudStreams Provider Project for Google Maps. The following APIs are available:

Requirements

The project was developed and tested on the following installation:

  1. Integration Server 9.12
  2. CloudStreams Server 9.12
  3. Software AG Designer 9.12 with Service Development and CloudStreams Development

Quick start

To install the project on your local development environment follow these steps.

Prepare CloudStreams connection

  1. In Software AG Designer open Window > Preferences.
  2. Navigate to Software AG > CloudStreams Servers.
  3. Add your local Integration Server. If there is already an entry make sure username and password are correct by clicking the Test button.

Import CloudStreams Provider Project

  1. In Software AG Designer switch to the CloudStreams Development perspective.
  2. Select File > Import and choose Software AG > CloudStreams Provider Project. Click Next.
  3. Select the root of this repository as the Root Directory.
  4. Select the Google Maps project.
  5. Check Copy project into workspace.
  6. Click Finish.
  7. Expand the newly imported project.
  8. Right-click com.softwareag.googleMaps and select Deploy.

Import Integration Server packages

The CloudStreams Provider Project does not contain neccessary doctypes.

  1. Copy GoogleMaps.zip and GoogleMapsTests.zip to <install_dir>/IntegrationServer/instances/<instance>/replicate/inbound.
  2. Open Integration Server Administration in your browser.
  3. Install both packages with Install Inbound Releases in Package Management.

Add Google API Key and activate connections

To access Google APIs an API key is neccessary. Generate your API key here: https://console.developers.google.com/apis/credentials. Make sure all Google Maps APIs are enabled in your library by clicking and enabling each of them (https://console.developers.google.com/apis/library).

  1. Open Integration Server Administration in your browser.
  2. Navigate to Solutions > CloudStreams > Providers > GoogleMaps.
  3. Select GoogleMaps from the Connector List.

You will find two (disabled) connections: GoogleMapsTest:apiConnection and GoogleMapsTest:mapsConnection. You need to modify both connections:

  1. Click the Edit button of the connection.
  2. Enter your Google API key in APIKey-field and save the changes.
  3. Enable the connection.

Run tests

  1. In Software AG Designer switch to the Service Development perspective.
  2. Expand the GoogleMapsTests package.
  3. Run the *Test flow services you find in the subsequent directories.

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.


For more information you can Ask a Question in the TECHcommunity Forums.

You can find additional information in the Software AG TECHcommunity.


Contact us at TECHcommunity if you have any questions.

Releases

No releases published

Packages

No packages published