Hi,
I am creating a web service with C8 and NetTalk 6.08.
No use Xfiles, the problem is I can not get the XML string to parse and generate a response, in the log of the web server the POST full featured, no problem, the source code I have is:
...
p_web.SetValue('_parentPage','reservaciones')
p_web.publicpage = 1
if p_web.sessionId = 0 then p_web.NewSession().
! Start of "Before Header"
! [Priority 5000]
! End of "Before Header"
do Header
! [Priority 1200]
xmlrequest = p_web.GetValue('xml')
xmlLenght = len(clip(xmlrequest))
packet = ''
do ProcesaRequest
! envĂa resultado
XmlRespLen = len(clip(XmlResp))
p_web.ParseHTML(XmlResp,1,XmlRespLen,Net:NoHeader)
to check the contents of the variable XMLRequest find it empty
Thanks
best regards
Ramiro M B