Thank you Scott I will give this a shot
-----Original Message-----
From: Scott Klement [mailto:rpg400-l@xxxxxxxxxxxxxxxx]
Sent: Monday, August 01, 2005 1:25 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: Calling a Web Service On the AS400
Hello,
> I have a webservice I need to call from the AS400 and interface it to
a
> RPGILE program. How can I call the webservice thru rpg can this be
> done? If not what would be the best method to use?
I have an open source project called HTTPAPI that's designed to allow
RPG
programs to talk to web servers. If you format your message to the
server
properly, it can be used to consume web services. (Many people have
done
so successfully)
http://www.scottklement.com/httpapi/