Come for answers, stay for best practices. All we're missing is you.
Originally posted by: PSAK
How do we call REST webservice from WTX 8.4? Is that possible in this version as OpenAPI is supported from V9, but not in 8.4
Originally posted by: PaulBrett
It is possible, but not very practical. You would need to do a lot of manual work, building typetrees and maps. Then you would consume the service with a GET() using the SOAP adapter.
This presentation might help you : http://www-01.ibm.com/support/docview.wss?uid=swg27036573
I fully recommend you migrate to a newer version of ITX.
Thank you.
Paul
Follow me on Twitter
Hi Paul,
I don't have option to migrate for ITX until next year, but have to implement it in 8.4 anyway. Would be useful if you could share any sample for calling REST api ?