[Migrated content. Thread originally posted on 14 April 2011]
Hi,I am developing an application in Acucobol which needs to converse with a third party who offer an XML interface. Data is passed either using REST (e.g. www.website.co.uk/getdata
DemoUser
****
standard
XYZ12345
or using SOAP (which I know nothing about).
I have a test program set up which writes XML and reads it back in again. I have two questions:-
1) How do I remove the generated at the start of the XML data stream I am writing out? This causes a syntax error with the third party's website when I enter the xml manually.
2) How do I assign the input and output files in the configuration file. I have tried:-
output-filename www.website.co.uk/getdata
input-filename www.website.co.uk/getdata
But I get an error 35 (file not found) when I try the initial write.
Any help/advice/suggestions etc. would ge gratefully received
Regards
Nick Brook
