[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

return parms in http_url_post_xml



Could someone give an explanation of EXAMPLE 18 below. Particulary what do you have to do to return parms. It seems to define the subprocedure Incoming which loops thru and eventually picks up a a return parm. It also has a 2nd url: Do they do anything speacial in it that defines the return parm ? 


rc = http_url_post_xml(
                  'http://www.webservicex.net/CurrencyConvertor.asmx'
                         : %addr(SOAP) + 2
                         : %len(SOAP)
                         : *NULL
                         : %paddr(Incoming)
                         : %addr(rate)
                         : HTTP_TIMEOUT
                         : HTTP_USERAGENT
                         : 'text/xml'
                         : 'http://www.webserviceX.NET/ConversionRate');


      
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------