NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on March 30, 2016, 04:45:10 AM

Title: NetWebServiceMethod: ViewTag
Post by: walter.dasilva on March 30, 2016, 04:45:10 AM
Hi Bruce,

I have some hundreds app that consumes my webservices that return views with no viewtag. after update NT 9 viewtag are mandatory, so i really need to turn it optional to work like previous version.

Thanks
Title: Re: NetWebServiceMethod: ViewTag
Post by: Bruce on March 30, 2016, 11:47:58 PM
Hi Walter,

I'm not 100% sure I know which tag you are referring to.
Are you talking about incoming parameters, or out-going Return values?

I presume returns?

there are two settings for the return (in NT9).
View Tag
Record Tag

Is it one of these you need to make blank?

cheers
Bruce


Title: Re: NetWebServiceMethod: ViewTag
Post by: walter.dasilva on March 31, 2016, 04:52:23 AM
Hi Bruce,

Yes, return.

I need a way to keep old return format.
You know, customer don't upgrade mobile app at same time, even at same moment you publishing it.

But, I need release a new mobile app version, so i´m making all changes here and people will get error and i hope they do a upgrade.

i'm sending a GCM push with instructions for them.

so, its not necessary anymore.

Thanks