Versions Compared

Key

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

...

InformationDescription
OverviewThe name and version that you specified, when creating this asset.
LifecycleThe life cycle that is applied to this asset either by-default or as preferred. For more information on asset life cycles, see Managing Life Cycles of Assets.
AssociationsAssociations that are added to the asset. For more information on associations, see Adding Associations for an Asset.
SwaggerThe raw content of the source file of the asset.

...

Info

For instructions on configuring  subscriptions and notifications in a clustered WSO2 G-Reg setup, see Adding a Subscription.

  1. Click the following <the -OPTIONS>OPTIONS button in the top right-hand corner of the screen to expand the notification settings
    Image Removed notification settingsImage Added
  2. Click on one of the STORE/EMAIL notification types of the LifeCycle State Change/Information Update notification options in the Notification Settings menu as shown below. 

    Info

    Enable the STORE option to view received notifications in the screens of the G-Reg Store, or enable the EMAIL option to receive emails on either a change in the life cycle of an asset or on an update of asset information. However, you need to configure WSO2 G-Reg to send email notifications.

    Image Removedlifecycle state change notificationsImage Added

Viewing the received notifications

...

  1. Click the following notifications button in the right hand corner of the screen:
    notification iconImage Removed notification buttonImage Added

  2. Click the received notification, which you view as shown below.
    notification on deprecating the serviceImage Removed view the notificationImage Added

...

Viewing dependencies

...

Tip

You do not need to select the version to compare with if you have only two versions available of the selected asset. For instructions on creating versions of an asset, see Adding a New Version of an Asset.

You view the differences between the two selected versions as shown below.

...

Expand
titleInvoking a SOAP Service Using SOAP UI

Adding the SOAP Service

This example uses a publicly available live SOAP service sample. For instructions on adding this SOAP Service to WSO2 G-Reg using the underlying WSDL file, see Adding a SOAP Service. 

Copying the URL of the WSDL

You need the URL of the SOAP Service you added to invoke it using the SOAP UI. For instructions on copying the URL of the WSDL to Clipboard, see Copying the URL of the content.

Invoking the Service using a SOAP UI Project

Follow the steps below to create a new SOAP UI Project using the URL of the WSDL, which you copied to Clipboard.

  1. Download and install SOAP UI.
  2. Open the SOAP UI application.
  3. Click the following SOAP button in the top menu: 
  4. Enter a name for a new Project for Project Name, and paste the copied URL for Initial WSDL, as shown below.
    adding a new SOAP project
  5. Click OK.
  6. Enter the credentials that you use to log in to WSO2 G-Reg as authentication details for the WSDL as shown below, and then click OK.
  7. Expand the GetWeatherfunction menu, and double-click the Request1 option in the Navigator as shown below.
    Projects menu
  8. Replace the values of the <web:CityName> and <web:CountryName> properties with preferred values as shown below, to invoke the Service.
    send the request to invoke the Service
  9. Click the following button in the Request1 window, to submit the specified request: 
    submit request buttonYou view the response of the invocation as shown below.
    response of the invocation

...

Adding the REST Service

This example uses a publicly available live REST Service sample. For instructions on adding this REST Service to WSO2 G-Reg using the underlying Swagger file, see Adding a REST Service.

Invoking the REST Service using the in-built Swagger UI

...