Topic:   How to implement RESTful web service in webMethods?
Jan 06, 2014 11:20 2 Replies 5737 Views Akash
Prev Next
Topic Replies (2)
  1. 1
    idnkx user

    Akash

    How to implement RESTful web service in webMethods?

    I have dealt with SOAP (over HTTP/S and JMS) web services. Here we will create provider Web Service Descriptor for flow services in our IS. By using that WSDL URL we will create a Consumer service and we will invoke the connector service for our use.

    For RESTful web service, how will be the implementation procedure in webMethods. Please explain with example service.

    1
    idnkx user

    Vikram

    RESTful service is supported by version 9.x version,if you are using older version then you need a upgrade.

    To support it in older version, you can use the service invoke method to simulate the RESTful

    service call, use the URL http://localhost:5555/invoke/folderName.subFolderName/serviceName?variable=value&variable=value, but you need to do some additional work like variable parsing, result formatting.

    Refer below link to know more about restful services:

    http://documentation.softwareag.com/webmethods/wmsuites/wmsuite8-2_ga/Integration_Server/8-2-SP1_REST_Developers_Guide.pdf

Leave a Reply
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect