need POST body content

bouziri

New Member
Hi,

I receive via webspeed a corrupted XML File.
Using known Progress function i can't see the xml content.

if web-context:is-xml then hDoc = web-context:x-document no-error.

The problem that is not a valid XML.

I searched a lot to get the post content in cgi environment without succes.

Help please !!

Thanks,
 
You really need to insist on them sending valid XML or else give them another option on how to transfer the file.

(The WS Wiki program has code to accept a file upload.)
 
It is a random problem in a live solution with only one of our customers, probably a network or firewall issue, and i need to save the content in a file when i have an error to check when it s an invalid xml.

Certain, there is solution to get the post body, using cgi if we change the wspd_cgi.sh or thru progress !!!

Thanks
 
Back
Top