[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OpenEdge.http.net.pl server SOAP+XML response into a Longchar?

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
def var URI as char no-undo. def var oWebclient as class System.Net.WebClient no-undo. def var oStream as class System.IO.Stream no-undo. def var lc as longchar no-undo. oWebClient = New System.Net.WebClient(). oStream = New System.IO.Stream(). oStream = oWebClient.OpenRead(URI). : : something like this :-)

Continue reading...
 
Status
Not open for further replies.
Back
Top