I am new to webMethods and need to do the following as POC for evaluating the product. I am using webMethods 9.8 (Integration Server and AG Designer)
I need to retrieve JSON data provided by a REST URL (access through login and password)
Save the raw JSON to database
Deconstruct the JSON and store in different tables for reporting needs
What are the required flow steps in webMethods to
Call the REST URL
Pass authentication information
Configure JDBC Adapter
Retrieve and store the JSON
Deconstruct JSON and
Send OK message to the REST service provider
Thanks
MR_as173d
(MR as173d)
November 25, 2015, 8:31pm
3
It’s better to start with Designer, Integration Server. Once after familiar on this, please follow lines given by Percio.
Thanks,
Thanks for the guidance. In the process of trying the steps outlined. Sorry for delayed response as I was traveling last week.
MR_as173d
(MR as173d)
December 4, 2015, 8:27am
5
Viswanath --Did you able to finish the poc ? Let me know if you stuck in b/w.
Thanks,
Thanks for following up MSR. I am making some progress but kind of stuck as I am getting the handshake errors as discussed in the other post.