PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Sending an SMS to more than 160 characters
Sending an SMS to more than 160 characters
Débuté par JOHNKEN, 29 sep. 2016 05:49 - 2 réponses
Membre enregistré
26 messages
Posté le 29 septembre 2016 - 05:49
Anyone tried to send multi-part SMS?
Membre enregistré
3 655 messages
Popularité : +175 (223 votes)
Posté le 29 septembre 2016 - 13:21
Hi,

Just writing that the provider is in charge of dividing the packages.

There companies do you use an api and sends to webservices services of these companies an xml or json is enviao with sms short number with delivery guarantee. The following examples, in your country must have this type of service if not an opportunity of high financial gains.

Good luck!

===

Só escrever que o provedor se encarrega em dividir os pacotes.

Existe empresas que vc usa uma api e manda para serviços webservices dessas empresas um xml ou json que é enviao com sms short number com garantia de entrega. Segue exemplos, no seu pais deve ter esse tipo de serviço se não tiver é uma oportunidade de altos ganhos financeiros.

Boa sorte!

http://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/536-envio-sms-pelo-windev-mobile/read.awp

http://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/754-trabalhando-com-httprequest-com-exemplos-que-usam-curl/read.awp

http://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/829-api-para-enviar-sms-com-garantia-entrega-short/read.awp

http://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/1239-enviar-arquivo-json-por-rest-para-webservice-sms/read.awp

http://help.windev.com/en-US/search2.awp…

Bons estudos

:thank you:

--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 9949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/
Membre enregistré
26 messages
Posté le 30 septembre 2016 - 03:20
Thanks Adriano.
I was thinking sending sms in android without using web services.
The SMSStructure has limit of 160 characters. Is there any workaround for this?