Receive an xml file that is sent to a webservices

0

I'm doing a webservices with the library 'nusoap' where I should receive and process an XML file that comes with product information, I should read the file and depending on the type of action <tipo>?</tipo> "Add, Modify or Delete" of the database product information enter the code here. The problem I'm having that I'm not clear on how to receive the XML when it comes this way

oHTTP = CREATEOBJECT('Msxml2.ServerXMLHTTP.6.0')
oHTTP.OPEN("POST", &p_urlws , .f.)
pFileRequest='REQUERIMIENTO ESCRITO EN XML'

Once I receive the file I must process it and execute the corresponding method.

    
asked by Edgargmc 22.06.2016 в 15:49
source

0 answers