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.  REST API vs SOAP API - webMethods.io.Integration flow service

    Posted Thu August 24, 2023 07:28 AM

    Hi Experts,

    I created the Rest API by using the Flow service and when I tested from SOAP UI and it’s throwing the below the error.

    {“integration”:{“message”:{“code”:-1,“description”:“Request method ‘POST’ not supported”}}}

    but whereas the SOAP API was created by using the same flow service and data posted successfully from the SOAP UI tool

    why does not the webMethods.io.Integration support the post method of the rest Api resource?

    Thanks & Regards,
    Jeevan


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


  • 2.  RE: REST API vs SOAP API - webMethods.io.Integration flow service

    Posted Thu August 24, 2023 10:12 AM

    Please show/share the configurations of the components you created.


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


  • 3.  RE: REST API vs SOAP API - webMethods.io.Integration flow service

    Posted Thu August 24, 2023 10:19 AM

    Hi Reamon,

    The flow service contains the logic to adds the record entries in to the “Storage”.
    Currently I am using the SAG Free Forever Edition (latest version)

    Thanks & Regards,
    Jeevan


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


  • 4.  RE: REST API vs SOAP API - webMethods.io.Integration flow service

    Posted Thu August 24, 2023 11:45 AM

    As @engin_arlak notes, need screen shots or the details about the FLOW services and components you created. Share as much as you can – folders, service names, properties panes of the components, etc. The steps within the FLOW service are not important at this point.


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


  • 5.  RE: REST API vs SOAP API - webMethods.io.Integration flow service

    Posted Thu August 24, 2023 11:24 AM

    Not sure what you are trying to do here. Imo you shouldn’t use SOAP UI to test rest end-points. It’s not that you can’t use it for this purpose, but it will be messy. Use postman if you are testing a rest service. If you are implementing a SOAP API, then use SOAP services, not rest resources.

    This is not true, it does support post method.

    By the way, what you are trying to do is not clear. Please clarify what you are trying to accomplish, not your attempted solution. Show a screenshots of your flows and your requirements if possible.


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