SMS+CF+WAP+XML

2006-10-11 Thread J Forristal
Hi I am new to cold fusion and am currently starting a university project, I 
need to create a shopping cart which will send an sms/mms message witha 
conformation number/barcode to a users mobile phone when they purchase an item. 
Was thinking of doing it with XML but unsure how to start, how to go about it? 
Any ideas guys?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256240
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: SMS+CF+WAP+XML

2006-10-11 Thread Dave Watts
 Hi I am new to cold fusion and am currently starting a 
 university project, I need to create a shopping cart which 
 will send an sms/mms message witha conformation 
 number/barcode to a users mobile phone when they purchase an 
 item. Was thinking of doing it with XML but unsure how to 
 start, how to go about it? Any ideas guys?

SMS+CF+WAP+XML? It's alphabet soup time!

SMS has nothing to do with XML or WAP/WML. You use SMS for pushing text
messages, and you use WML to create the cellphone equivalent, roughly, of an
HTML page. WAP is the cellphone analog of HTTP, more or less. WML is an XML
language, that lets you present a set of related pages within a single
document - in WML-speak, the document is called a deck, and each page is a
card. WML development is quite painful and annoying, and I'd recommend
that you avoid it if you can. In fact, I'd even recommend that you forget it
exists. It's that painful.

Anyway, fortunately for you, you don't need to mess with WAP/WML if you just
want to send an SMS message. CF 7 provides an async gateway which can send
SMS messages when properly configured. You can also often send SMTP mail to
SMS gateways, although for an e-commerce app I'd go with the former.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256273
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SMS CF

2005-11-21 Thread John Lucania
I am utilizing a Microsoft Exchange Server for the cfmail connection,
which has SMTP as the default protocol.  Is there a way to
change/specify the default protocol (SMTP) to something else, like
SMS?

jl

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224817
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SMS CF

2005-11-21 Thread Dawson, Michael
I don't really think there is a default protocol with Exchange, or any
mail server.  You choose to connect to Exchange using
SMTP/POP/IMAP/MAPI/OWA/CDO/etc.

I think you just need to choose one of those.  If you are using CFMAIL,
then you inherently use SMTP.

M!ke 

-Original Message-
From: John Lucania [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 21, 2005 10:29 AM
To: CF-Talk
Subject: SMS  CF

I am utilizing a Microsoft Exchange Server for the cfmail connection,
which has SMTP as the default protocol.  Is there a way to
change/specify the default protocol (SMTP) to something else, like SMS?

jl

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224818
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SMS CF

2005-11-21 Thread John Lucania
So, SMTP is the only option in cfmail or can we change the protocol?

jl

On 11/21/05, Dawson, Michael [EMAIL PROTECTED] wrote:
 I don't really think there is a default protocol with Exchange, or any
 mail server.  You choose to connect to Exchange using
 SMTP/POP/IMAP/MAPI/OWA/CDO/etc.

 I think you just need to choose one of those.  If you are using CFMAIL,
 then you inherently use SMTP.

 M!ke

 -Original Message-
 From: John Lucania [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 21, 2005 10:29 AM
 To: CF-Talk
 Subject: SMS  CF

 I am utilizing a Microsoft Exchange Server for the cfmail connection,
 which has SMTP as the default protocol.  Is there a way to
 change/specify the default protocol (SMTP) to something else, like SMS?

 jl

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224819
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SMS CF

2005-11-21 Thread Robertson-Ravo, Neil (RX)
Well default protocol is obviously SMTP (Port 25) or POP3 (Port 110)





-Original Message-
From: John Lucania [mailto:[EMAIL PROTECTED] 
Sent: 21 November 2005 16:43
To: CF-Talk
Subject: Re: SMS  CF

So, SMTP is the only option in cfmail or can we change the protocol?

jl

On 11/21/05, Dawson, Michael [EMAIL PROTECTED] wrote:
 I don't really think there is a default protocol with Exchange, or any
 mail server.  You choose to connect to Exchange using
 SMTP/POP/IMAP/MAPI/OWA/CDO/etc.

 I think you just need to choose one of those.  If you are using CFMAIL,
 then you inherently use SMTP.

 M!ke

 -Original Message-
 From: John Lucania [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 21, 2005 10:29 AM
 To: CF-Talk
 Subject: SMS  CF

 I am utilizing a Microsoft Exchange Server for the cfmail connection,
 which has SMTP as the default protocol.  Is there a way to
 change/specify the default protocol (SMTP) to something else, like SMS?

 jl

 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224820
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SMS CF

2005-11-21 Thread Sean Corfield
On 11/21/05, John Lucania [EMAIL PROTECTED] wrote:
 I am utilizing a Microsoft Exchange Server for the cfmail connection,
 which has SMTP as the default protocol.  Is there a way to
 change/specify the default protocol (SMTP) to something else, like
 SMS?

SMTP *is* the outbound mail protocol by definition. Exchange is an
SMTP server. If you want to talk SMS, you'd need an SMS server.

cfmail can talk to SMTP servers and POP3 servers (inbound mail).

The SMS event gateway can talk to an SMS server.

SMS != mail.

Could you explain what problem you are trying to solve?
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224822
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SMS CF

2005-11-21 Thread John Lucania
I am sending messages (e-mail) to pagers and getting many garbled
messages on the pager.  I have talked the wireless vendor, but it
seems they don't know how to fix other than telling me to change the
protocol.

jl

On 11/21/05, Sean Corfield [EMAIL PROTECTED] wrote:
 On 11/21/05, John Lucania [EMAIL PROTECTED] wrote:
  I am utilizing a Microsoft Exchange Server for the cfmail connection,
  which has SMTP as the default protocol.  Is there a way to
  change/specify the default protocol (SMTP) to something else, like
  SMS?

 SMTP *is* the outbound mail protocol by definition. Exchange is an
 SMTP server. If you want to talk SMS, you'd need an SMS server.

 cfmail can talk to SMTP servers and POP3 servers (inbound mail).

 The SMS event gateway can talk to an SMS server.

 SMS != mail.

 Could you explain what problem you are trying to solve?
 --
 Sean A Corfield -- http://corfield.org/
 Got frameworks?

 If you're not annoying somebody, you're not really alive.
 -- Margaret Atwood

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224825
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SMS CF

2005-11-21 Thread Sean Corfield
On 11/21/05, John Lucania [EMAIL PROTECTED] wrote:
 I am sending messages (e-mail) to pagers and getting many garbled
 messages on the pager.  I have talked the wireless vendor, but it
 seems they don't know how to fix other than telling me to change the
 protocol.

If the pagers support emails, then as long as you send a short plain
text email, it should work. Unless your Exchange Server is configured
to do something stupid, like add an HTML version of each outbound
message (yes, I've known this happen).

Try sending emails manually (via Outlook/Exchange) to the pagers and
see if that works. If not, it's Exchange at fault. If it works, then
maybe you're sending non-text emails via cfmail.

Changing the protocol is not relevant to this problem.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224831
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SMS CF

2005-11-21 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
I have seen this result if the Message being sent to the pager is
larger than the provider's max message length. On a side note,  I have
a SMS WebService Gateway running under CFMX 6.1 that I have created to
send Messages to Alphanumeric Pagers and Digital Cell Phones that can
be used. I have not made it public yet as I am trying to work out a
way to Limit Access via a License Key kinda like Google does with
their API.



John Lucania wrote:

I am sending messages (e-mail) to pagers and getting many garbled
messages on the pager. I have talked the wireless vendor, but it
seems they don't know how to fix other than telling me to change the
protocol.

jl

On 11/21/05, Sean Corfield [EMAIL PROTECTED] wrote:

On 11/21/05, John Lucania [EMAIL PROTECTED] wrote:

I am utilizing a Microsoft Exchange Server for the cfmail connection,
which has SMTP as the default protocol. Is there a way to
change/specify the default protocol (SMTP) to something else, like
SMS?

SMTP *is* the outbound mail protocol by definition. Exchange is an
SMTP server. If you want to talk SMS, you'd need an SMS server.

cfmail can talk to SMTP servers and POP3 servers (inbound mail).

The SMS event gateway can talk to an SMS server.

SMS != mail.

Could you explain what problem you are trying to solve?
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224851
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54