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

RE: Compile error RNF0351



Thank you again for your help.  But just to clarify, there isn't a routine
that will pass back the data to the program, like in a character field or
anything?  The only other option besides using the XML parser is to send the
returned data to a stream file, is that correct?

I might have to brush up on my stream file processing then if that's the
case.  ;)

Brian


-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Wednesday, April 28, 2010 11:36 AM
To: HTTPAPI and FTPAPI Projects
Subject: Re: Compile error RNF0351

Hi Brian,

In that case, please use the  http_url_post() routine (instead of 
http_url_post_xml -- the _xml means it calls the XML parser.)

The result will then be saved to a stream file in the IFS instead of 
parsed by the XML parser.

Good luck



On 4/28/2010 10:48 AM, Brian Bishop wrote:
> Thanks for your help Scott.  I completely agree with your point about the
> old system.  We are actually running on a 6.1 system, but it's a customer
> whose system is running so far behind.  Hopefully this will be the tipping
> point that finally encourages them to upgrade.
>
> However, we really don't need XML support at all for what we are doing for
> them.  I have no problem reading the XML data and parsing it myself if I
> could simply get that data returned to me.  (As you can see in my
> StartOfElement and EndOfElement procedures below, I'm simply building that
> XML string again anyways.)  Are there any examples that do that?  I know
> EXAMPLE4 throws the returned data into a stream file, but is there an
> example that I have missed that just returns the data?
>
> Thanks again,
> Brian
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------

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