NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Stu on November 22, 2015, 04:47:12 PM

Title: (NT8.66) Webservicemethod, untick generate XML still generates xml
Post by: Stu on November 22, 2015, 04:47:12 PM
Hey Bruce,

When I untick "Generate XML Object" in a NetWebServiceMethod proc, xml function calls are still generated in the code.

Did you need an example for this one?

Stu
Title: Re: (NT8.66) Webservicemethod, untick generate XML still generates xml
Post by: Bruce on November 23, 2015, 12:06:05 AM
Hi Stu,

You only untick that if you are generating the XML object yourself. (ie if you have added the xFiles extension to the procedure). an xFiles object is required in the procedure though (you can't turn this off at this stage.)

see
http://www.capesoft.com/docs/NetTalk8/NetTalkWebFunctionality.htm#NetWebServiceMethod

Cheers
Bruce
Title: Re: (NT8.66) Webservicemethod, untick generate XML still generates xml
Post by: Stu on November 24, 2015, 03:35:05 PM
Aha, rightio .. My misunderstanding then.

Cheers, thanks Bruce.