I know this is going to be vague, and I apologise in advance for that.

I am hitting a webservice for TicketNetwork. It's code that has been in
production for over 6 months and has worked flawlessly until about three
weeks ago. Here's an example:

<cfhttp method="POST"
url="#Request.thisTNURL#/TNWebserviceStringInputs.asmx/GetCategoriesMasterList">
<cfhttpparam type="FORMFIELD" name="websiteConfigID"
value="#Request.websiteConfigID#">
</cfhttp>

Normally it would return an XML doc. Now all of a sudden I'm getting
"connection failure" as the file content of cfhttp. I've verified it's not a
problem with the host as I can use cfhttp to hit other sites. Just not this
webservice anymore.

TicketNetwork says they didn't make any changes but I don't know that I
believe them.

I guess my question is, does anyone know of any gotcha's or issues that
might all of a sudden cause this simple procedure to start throwing out an
error?

Any help or insight would be great, thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336633
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to