Hi,
I need to make a program to send an .xml file to an entity. The example program is in VB and I'm converting it to Cobol. I have two mistakes that I can't get over. The first and most complicated is the use of what in the VB program is called "WEB REFERENCES". I have the files but I can't register them in the project. The other situation is in the conversion of the statement "Dim Buffer() As Byte = enc.GetBytes(xm)". Convert to "declare Buffer() as binary-char = enc::GetBytes(xm)" but gives an error "incorrect use of a reserved word". I've already changed the variable name and it continues to give an error. Thank you for your help in both situations. I send a print of the project in VB as an attachment.
Best regards
Alberto Ferraz




