** This thread discusses the article: Cool Things: ILE RPG as a Web Services Client **
Mike,
Great article. It has started me on my way to consuming web services and hopefully I will end up being able to create my own services for our local needs.

I have been able to generate stub code for all web services I have found except for the NOAA service. http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php?wsdl is the document and the error I get is "Cannot generate C stubs for rpc/encoded." I have search for this message but I have come up empty so far. Using wsdl2ws.sh -lcpp the stubs generate but we do not have the CPP compiler. Using -lc or -lrpg I get the above error.

Do you have any words or direction I can take to solve this problem?

Thanks, Matt