Rui wrote:
Hi all,
I need to call a web service outside of the AS400, so I'm the Client for this web service...
Outside of my Synon model .......
Too late to be of direct help, but I'd use the Russian Advance technique..
an alternative approach would be to go to Scott Klement's website and download the HTTPAPI set of shareware.
Given its robustness, breadth, support, and healthy backup forum (and you have the source code) then I cannot imagine a way that making your own stuff can be remotely cost effective or robust enough to match.
(sounds like a sales job - I have no affiliation etc - just a user )
and to interface, you write some EXCUSRPGMs and provide interfaces to the bits you need, or inject some EXCUSRSRC if that's appropriate. Either way, your problem becomes integration rather than origination. Given that you
know that HTTPAPI works, and can be tested against the web service independantly, your task is suddenly much more predictable.
But, there may be other constraints, and you have your stuff working
Bonne chance
Richard Wilson