NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: joep on March 25, 2021, 07:26:59 AM

Title: p_web.ParseHTML not returning anything
Post by: joep on March 25, 2021, 07:26:59 AM
I created a new webservice with a NetWebserviceMethod
In the processed code embed I consume the incoming xml and create a few records in SQL Server.
All the actions work.
And at the end I want to notify the person or system that sended the xml to consume.

In my old service I could do this with  "p_web.ParseHTML(XmlResponse,1,len(XmlResponse),NET:NoHeader)"
Since I moved to a NetWebserviceMethod the p_web.ParseHTML isn't returning anything.

XmlResponse  is a simple xmlstring which notifice the other person or system that the incoming xml is consumed correctly

Has Anyone an idea why p_web.ParseHTML isn't working?

Regards,
Joep
Title: Re: p_web.ParseHTML not returning anything
Post by: joep on March 29, 2021, 10:44:53 PM
The call was in the wrong embed and I used the Return in the properties in stead to return it as a field.
Solved