I decided to use MSSOAP with Object Rexx. However, when I run the following program, I get back the xml tags, but no actual data between the tags. Am I missing something here?
Rexx Program:
wsdl_url = 'http://www.webservicex.net/usweather.asmx?WSDL'
zip = "30107"
SoapClient =...