Actually, the success is not that random - because the remote ASP.NET
form stopped working some time after 5.45 AM today. It was working
consistently yesterday when I was trying it. And right now, if I use
the test forms we created both within our network and outside, it also
works every time.

I'm not sure which code you want to see - but because I don't have
access to the remote form I can only give you the code I am using to
send myself the test mail. The only code before this is in my
Application.cfm.

<cfparam name="form" default="">
<cfmail from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]"
subject="test form" type="HTML">
<cfdump var="#form#">
</cfmail> 

Thanks,
Caroline

On 8/26/05, Adrian Lynch <[EMAIL PROTECTED]> wrote:
> This doesn't explain the random success of the process, but could the action
> attribute of the form be causing some issues?
> 
> Can we see some code?
> 
> Ade
> 
> -----Original Message-----
> From: Caroline Wise [mailto:[EMAIL PROTECTED]
> Sent: 26 August 2005 20:59
> To: CF-Talk
> Subject: Form Post From ASP.NET to CF not working
> 
> 
> Group,
> 
> I have an application that is fed data from a form located on another
> server by way of doing the equivalent of a cfhttp post. The problem is
> that while there is a server log entry that the post occurred, my
> application does not get "hit". For testing purposes I put a cfmail
> tag in the top of the page to send me a dump of all form fields
> received and when I submit the form I am not getting a message.
> 
> But when I set up a test HTML form to submit form fields to my
> application, it worked and I got the message.
> 
> The odd thing is - the vendor for the submitting form was updating
> some form fields last night and early this morning and when they were
> testing it then I received email messages with their test values. But,
> when I tried their form after I came to the office, no test emails
> were generated. I called them and asked them to try the form and they
> did -  no test email. They insist they didn't make any changes to
> their end since the last time that I received successful test mails.
> 
> I agree that it looks like the problem is on our end considering we
> have a server log entry, but the problem is - we did not change
> anything either, so why did it work this morning and not now?
> 
> We have implemented this kind of process several times before with
> another vendor in CF and there was no problem whatsoever to connect...
> 
> Any light shed on this conundrum would be appreciated....
> 
> Thanks,
> Caroline Wise
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:216541
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

Reply via email to