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

RE: I need to be able to send a very large XML string and not sure how to go about it ( Using http_url_post_xml current)



Well this is where my ignorance comes in since I do not work with pointers much. Is there anywhere you can direct me to get a good understanding on how to accomplish this. I know you are a busy man but any help is appreciated. 

Donald W Zimmerman
PMSI
Application Development Lead
(813) 318 6828 (Office)
(918) 527 3999 (Cell)
WFH (Thu and Fri)
 
-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Wednesday, June 23, 2010 11:59 AM
To: HTTPAPI and FTPAPI Projects
Subject: Re: I need to be able to send a very large XML string and not sure how to go about it ( Using http_url_post_xml current)

There is no such limit.  HTTP_url_post_xml() will handle any length 
string up to 16 MB.

RPG eliminated the 64k limit in v6r1. However, if you are still on v5r4, 
you can still send more than 64k using pointers and/or user spaces.

If you want to send data from a file instead of a string, you can do 
that too... just call HTTP_url_post_stmf_xml() instead.


On 6/23/2010 9:40 AM, Zimmerman, Donald W. wrote:
>
>     I am currently using http_url_post_xml but it appears to be limited to
>     a soap message of 65535. Of course this could be my ignorance of being
>     able to define a string larger than that in RPG.
>
>
>     Is there a way to specify a larger string or should I possible be
>     using a different procedure. (maybe passing a stream file somehow)
>
>
>     This is quite critical so any information would be greatly
>     appreciated.
>
>
>
>
>     Donald W Zimmerman
>
>     PMSI
>
>     Application Development Lead
>
>     (813) 318 6828 (Office)
>
>     (918) 527 3999 (Cell)
>
>     WFH (Thu and Fri)
>
>
>
>     Notice: THIS DOCUMENT MAY CONTAIN CONFIDENTIAL OR PROPRIETARY
>     INFORMATION, INCLUDING PATIENT HEALTH INFORMATION THAT IS PROTECTED
>     UNDER HIPAA AND OTHER STATE AND FEDERAL CONFIDENTIALITY LAWS. PLEASE
>     DELIVER IMMEDIATELY ONLY TO THE INTENDED RECIPIENT. IF THIS
>     TRANSMISSION WAS RECEIVED IN ERROR, PLEASE CONTACT THE SENDER
>     IMMEDIATELY AND DO NOT DISTRIBUTE THE INFORMATION TO ANY OTHER PERSON.
>
>
>
>
> -----------------------------------------------------------------------
> 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
-----------------------------------------------------------------------

Notice: THIS DOCUMENT MAY CONTAIN CONFIDENTIAL OR PROPRIETARY INFORMATION, INCLUDING PATIENT HEALTH INFORMATION THAT IS PROTECTED UNDER HIPAA AND OTHER STATE AND FEDERAL CONFIDENTIALITY LAWS. PLEASE DELIVER IMMEDIATELY ONLY TO THE INTENDED RECIPIENT. IF THIS TRANSMISSION WAS RECEIVED IN ERROR, PLEASE CONTACT THE SENDER IMMEDIATELY AND DO NOT DISTRIBUTE THE INFORMATION TO ANY OTHER PERSON.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------