webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to construct hash signature in webMethods.io

    Posted Tue July 11, 2023 06:54 AM

    Hi All,

    I would like to know how to construct hash signature in webmethods.io


    #webMethods
    #webMethods-cloud
    #webMethods-io-Integration


  • 2.  RE: How to construct hash signature in webMethods.io

    Posted Mon July 24, 2023 12:30 AM

    Hi Aneel,
    Can you please explain little bit more on use case?

    Regards
    Vikash Sharma


    #webMethods-cloud
    #webMethods-io-Integration
    #webMethods


  • 3.  RE: How to construct hash signature in webMethods.io

    Posted Mon July 24, 2023 03:13 AM

    Hello Vikash,

    I would like to connect with Cosmos DB and use the HTTP protocol to perform operations such as updating, getting, and deleting data. According to the Developer Guide, it mentions that I need to use Hash Signature to connect with Cosmos DB.

    Could you please assist me in understanding how to connect to Cosmos DB and perform Get, Put, Post, and Delete operations?"

    If you have any specific questions or need further guidance, feel free to ask!


    #webMethods
    #webMethods-io-Integration
    #webMethods-cloud


  • 4.  RE: How to construct hash signature in webMethods.io

    Posted Tue August 01, 2023 05:24 AM

    any one could you please help me here


    #webMethods-cloud
    #webMethods
    #webMethods-io-Integration


  • 5.  RE: How to construct hash signature in webMethods.io

    Posted Tue August 01, 2023 06:30 AM

    Hi Aneel,
    I have created a sample account of COSMOSDB on Azure.
    And i tried connecting to it from webmethods.io integration using predefined connector available.
    I need to pass only http URL along with access key.
    It has not asked for any hash signature.

    I am assuming you are using predefined connector.

    May i know if this helps you.

    Regards
    Vikash Sharma


    #webMethods
    #webMethods-cloud
    #webMethods-io-Integration


  • 6.  RE: How to construct hash signature in webMethods.io

    Posted Tue August 01, 2023 07:03 AM

    Hi Vikash,

    Thanks for reply and you time i was trying to establish a connection with Cosmos DB using REST connectors to perform operations like GET, PUT, POST, and DELETE.

    My Requirement is I need to get and post the data from Cosmos DB with Http methods(get, post, put & Del) . Could you please Guide me or Advise me best approach

    Thanks in advance


    #webMethods-cloud
    #webMethods-io-Integration
    #webMethods


  • 7.  RE: How to construct hash signature in webMethods.io

    Posted Tue August 01, 2023 07:15 AM

    Hi @Aneel_Chaladi,
    As we have predefined cosmos database connector available out of the box.
    It is recommended to use the predefined connector.
    In the predefined connector we do provide the option to create custom operation as per you needs.
    Let me know of you are facing any blocker while using predefined connector.

    Regards
    Vikash Sharma


    #webMethods
    #webMethods-io-Integration
    #webMethods-cloud


  • 8.  RE: How to construct hash signature in webMethods.io

    Posted Tue August 01, 2023 08:21 AM

    Hi Vikas,

    Thanks again for your revert… as we aware cosmos DB will store data in Document structure

    . here is the one same data

    Example 1:

    {
    “id”: “ced4b3b6-f55d-11ed-a05b-0242ac120003”,
    “OrganisationName”: “Airobot Dynamics Ltd”,
    “OrganisationWebsiteURL”: https://airobot-dynamics.com/,
    “ContactEmail”: anilkumar@anxxxaconxxxxx.com,
    “MobileNumber”: “+44123478490”,
    “Location”: [
    {
    “CountryName”: “United Kingdom”,
    “CountryISO”: “Uk”,
    “CityName”: “HighWycombe”,
    “PostCode”: “HP123RQ”
    },
    {
    “CountryName”: “Scotland”,
    “CountryISO”: “GB-SCT”,
    “CityName”: “8 Tweedvale Mills East”,
    “PostCode”: “EH43 6AB”
    }
    ],
    “CreatedDateTime”: “2023-05-18T12:34:56Z”,
    “LastModifiedDateTime”: “2023-05-18T13:45:30Z”,
    “UpdatedbyUserId”: raghuveeri@anyaconsultancy.com,
    “LastModifiedbyUserId”: “”,
    “IsTrashed”: false
    }

    this above data will be available in some ABC Container . Now i need Update the above date using…

    Update can be total data or it can be single field.


    #webMethods-io-Integration
    #webMethods-cloud
    #webMethods


  • 9.  RE: How to construct hash signature in webMethods.io

    Posted Wed August 02, 2023 12:21 AM

    hi @Aneel_Chaladi ,
    It depneds hwo we have inserted the document.
    When ever we upload any document it creates the document ID.
    In my opinion document can be updates based in document ID.
    But you need to try it.

    Regards
    Vikash sharma


    #webMethods
    #webMethods-io-Integration
    #webMethods-cloud