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.
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:
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.
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