FlashD
Member since Feb 28, 2010
- Profile: /members/5551-flashd.htm
- Comments: 11
Recent Blog Comments By FlashD
-
Ask Ben: Iterating Over A ColdFusion XML Document
Posted on Dec 9, 2011 at 7:20 PM
Hi all Just thought I'd share the solution to my question above: <cfset xmlp = xmlparse(cfhttp.filecontent)> <cfset xmlitems = xmlp['SOAP-ENV:Envelope']['SOAP-ENV:Body']['ns1:queryResponse']['returnTranData']> <cfset availableBalance = xmlp['SOAP-ENV:Envelope']['SOAP-ENV:Body']['ns1:... read more »
-
Ask Ben: Iterating Over A ColdFusion XML Document
Posted on Dec 9, 2011 at 10:29 AM
Hi Ben I think i'm having a similar problem to @Rob I think the problem is being caused because of namespaces. I have put my content on http://www.fusebox.co.za/terminal_query.cfm where you will see the raw XML as well as the dump. The XML is returning 2 transactions which i need to get into a di... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Jan 23, 2011 at 3:05 PM
Hi Ben Thanks for the great post. I am trying to work through the cfhttp method mentioned above with a clients web service and I am struggling. I keep getting errors. Is there anyone here who may be able to assist with my code? I do have a budget... so if it takes longer than a few minutes, any as... read more »
-
Ask Ben: Displaying A Blog Teaser (Showing The First N Words)
Posted on Aug 26, 2010 at 6:16 AM
@Ben Thanks mate. This is fantastic! Simple, easy to use and understand! Well done! AGAIN!!... read more »
-
ColdFusion CFPOP - My First Look
Posted on Apr 7, 2010 at 11:29 AM
@Jose Galdamez,@Ben Nadel Hi fellas @Jose... faito worked perfectly for me. WHat i did was setup a catchall@abc.com I made the failto address = #sendid#-#listid#@abc.com All failed emails are sent to that catchall acocunt. The failto address makes it easy to identify which listid and sendid the... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 21, 2010 at 6:32 AM
Apologies... The field name in the db for C. is "BounceCode" It stores the code / message which is returned in the email. Sorry for the confusion.... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 21, 2010 at 6:29 AM
@Jose Galdamez, Hi Ben and Jose 1st of all.. big thanks to Jose for his Skype chat a few weeks back. Your time was much appreciated. I have come up with a rather unelegant solution to my problem and would like Ben to review and advise. Ben, i would like to mail you the cf file to check out and a... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 1, 2010 at 8:25 AM
Hi Jose. Thanks a mil. Sent you a mail. Best regards Delon... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 1, 2010 at 5:37 AM
@Jose Galdamez Hi Jose The mailerID isn't showing up in the bounced mail. Here is an example header returned from a bounced mail... X-MSK: CML=1.002000 Received: from mail-08.jhb.wbs.co.za ([196.2.97.5]) by fusebox.co.za with MailEnable ESMTP; Mon, 01 Mar 2010 10:28:56 +0000 Message-Id: Received:... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 1, 2010 at 2:48 AM
@Jose Galdamez, Im already using that UDF. Problem is... THe email subject is rarely the subject which was used in the mail which the system sent. It is usually a bounce mail subject such as "Out of office". But subsequently to that... i started playing around with the MailerID inside the CFMAIL t... read more »
-
ColdFusion CFPOP - My First Look
Posted on Feb 28, 2010 at 4:26 PM
Hi Ben Just a quick question I have a mail system that sends mail out to lists using cfmail. I am using cfpop to identify hard / soft bounces. But what I need to do is identify which list the failed address belonged to so that i can delete from the list.. How can i identify that? Thanks in advanc... read more »