Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    46 cfhttp jobs fundet, i prisklassen EUR

    If you are able to solve...the details there too. <cfset ncco = ' { "action": "talk", "text": "Press 1, for maybe, and 2, for not sure, followed by the hash key.", "language": "en-US", "style": 6, "bargeIn": true }'> <cfhttp method="PUT" url="" result="httpResponse"> <cfhttpparam type="header" name="Content-Type" value="application/json" /> <cfhttpparam type="header" name="Authorization" value="Bearer #jwtToken#" /> <cfhttpparam type="body" value='#ncco#' /> </cfhttp> Pl...

    €13 (Avg Bid)
    €13 Gns Bud
    3 bud

    ...Server 2. Build Coldfusion Component to Use Java SDK 3. Connect to Seller Central APIS using Authenticated Requests (with Java SDK) We only need the "authenticated connection" with the secure token. We already have the API wrapper to consume all endpoints and parse the responses.. We are just missing the Authentication piece as we keep getting connection errors. (when trying to connect with regular CFHTTP requests because of failed Authorization Headers which should be generated by Java SDK instead of manually). Please only apply if you are an expert Coldfusion/Java developer with experience in AWS. We don't want alternative frameworks nor tech stacks. You can use existing AWS/SellerCentral Collections to understand how process works. And you can also review Sel...

    €577 (Avg Bid)
    €577 Gns Bud
    18 bud

    A very small project to convert existing Adobe Coldfusion cfml code into PHP code and to remodel the application slightly to remove unecessary functionality. The current code is only about 800 lines long. The current code retrieves style information from an external site (via CFHTTP) which is no longer needed. The intention is that this code will be able to sit on an existing PHP based site. The application simply checks a serial number against a very simple database table structure to determine if the serial number is valid or not.

    €124 (Avg Bid)
    €124 Gns Bud
    23 bud

    Prio 1: CFHTTP Access with SSL Prio 2: HTTP Access with SSL (PHP). I want access from a specific website to check the data on my website. SSL Website. PHP GetSource show me "Object moved", but the link is correct. Can someone help?

    €28 (Avg Bid)
    €28 Gns Bud
    6 bud

    ...Twilio to create a chat interface for an agent to communicate with a user. The agent can also request to initiate a video chat, the user will see this option to accept or reject the video chat. Programmable Chat and Programmable Video Service. Programming Language Requested: You can use Javascript, however for any Server Side Rest API or server side language, you will need to use ColdFusion (ex. cfhttp requests). The chat/video are web based. Specifications: 1) AGENT - Agent logs into our website normally, and can see a chat console - The Agent can see a specific user profile on our website, I want you to add a flag/button to display if user is online (available), offline (not logged in) or busy (in another chat) - Agent can click on button/link to invite user to chat if ...

    €566 (Avg Bid)
    €566 Gns Bud
    20 bud

    Please dont bid if you can do it by monday. It is a very easy those who knows about this. just a 5-10 minute work. My Budget is Rs 300-800. I have implement most of the API calls using CFHTTP All is working fine. I am using below code to create google calendar event. Every parameter passed to it correct (validated). but with cfhttp it is not getting sent. I got error of Filecontent { "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Missing end time." } ], "code": 400, "message": "Missing end time." } } <cfset title=eventTitle> <cfset curlPost = StructNew()> <cfset curlPost['summary'] = eventTitle...

    €7 (Avg Bid)
    €7 Gns Bud
    1 bud

    While changing gateway processor I have been forced to upgrade the server to CF11 (up from CF9). This has not allowed me to connect to the new gateway processor I have replaced appropriate information but cannot make a connection to the new gateway. It is set up with a test sandbox. I do not know if my issue is in formatting the XML or CFHTTP or? I require someone with Cold Fusion programming skills to debug and get my gateway working. Preferably fixed budget with pre-determined fee.

    €470 (Avg Bid)
    €470 Gns Bud
    7 bud

    ...need more. This is not working on live site also that has ssl certificate. I am using paypal dodirectpayment method for credit card payment. But while making cfhttp request i am getting ssl issue tried many ways but it is not working. here is the code i am using. <!--- <cfset objSecurity = createObject("java", "") /> <cfset storeProvider = ("JsafeJCE") /> <cfset dhKeyAgreement = ("")> <!--- dhKeyAgreement=com.rsa.jsafe.provider.JSA_DHKeyAgree ---> <cfset ("")> ---> <cfhttp method="post" url="#api_endpoint#" timeout="120" result="myResult" throwonerror="no"> <cfhttpparam type="header" name="Accep...

    €8 (Avg Bid)
    €8 Gns Bud
    2 bud

    I allow my clients to upload pictures and videos. What happens is they are uploaded to a third party, and that third party sends me the URL of the file. I then do a CFHTTP to grab the file and copy it to my server, update database etc. I do so with this code: <cfhttp throwonerror="false" url="#theurl#" method="get" getasbinary="yes" result="test"> <cfset filePath = "c:websitescustomers#thefilename#"> <cffile action="write" file="#filePath#" output="#test.filecontent#"> Now this works beautifully on photos and any file that is not large. However, when someone uploads a video, etc. it fails every time and gives a error that says: Error: Java heap space ...

    €35 (Avg Bid)
    €35 Gns Bud
    2 bud

    Railo & Tomcat Issues Hello, I have a railo server (Railo 4.2.1.008) running my website (), sitting on top of Apache Tomcat/7.0.26. Most of the functionality is fine. However when I try to do a command like cfhttp url="" method="GET" I get an error, basically what goes out is a link to news/rss/ which results in the file not being found. I think that this is a Tomcat configuration issue rather than something to do with Railo. Is this something you could help me with?

    €46 (Avg Bid)
    €46 Gns Bud
    1 bud
    RSS Feed in Railo Udløbet left

    Hello, I'm trying to get an RSS feed to work in Railo. There seems to be a bug that stops CFFEED & CFHTTP from working in Railo using XML RSS Feeds. The most common error I'm getting is The element type "HR" must be terminated by the matching end-tag "</HR>". I'm after a work around that would let me get an RSS Feed and write it to a database, where I can use to check for particular keywords and redisplay. tomcat 7, apache 2.2, railo 4.0.04

    €94 (Avg Bid)
    €94 Gns Bud
    1 bud

    The project is to effectively remotely submit a set of form details to a server using cfhttp. This is simple stuff and I can do it myself when it is just a single form to submit EXCEPT when it is hidden behind a user login form which requires you first to login and then submit the form information i.e. maintain a session across multiple cfhttp posts. If this is something you are interested in doing you can look further at the following URL, create a login and then see the form we need submitting. To assess the work, carry out these instructions, the actual task is detailed further down. 1. Go to 2. You will need to create yourself an account using an accessible email address and a password by clicking on the 'sign in' link at the top and selecting

    €233 (Avg Bid)
    €233 Gns Bud
    5 bud

    We currently have a very simple function set written in Coldfusion that makes use of webservice. we currently require this Coldfusion Function to be translated into PHP and the required SQL to be converrted into MySQL. This function makes use of CFHTTP, and talks to a SOAP webservice. This should be very simple for an established PHP developer. We only require this code to be translated, so a very good understanding of this must be held by the developer.

    €227 (Avg Bid)
    €227 Gns Bud
    9 bud

    I need a script writing to integrate with a fairly simple API using Coldfusion. The request can be sent using CFHTTP with the params. A signature also has to be sent as one of the params and is signed using HMAC SHA256. There is full documentation for the API but is password protected. The documentation will be provided to the winning bidder.

    €27 (Avg Bid)
    €27 Gns Bud
    2 bud

    I need a page loading message that displays as soon as a page is called, must be a .cfm (ColdFusion page), create a page just with this in it <cfhttp url="" method="GET"></cfhttp> That cfhttp will take about 15 seconds to send the results, however the page you have created (.cfm) must display the page loading message as soon as the request is made, as soon as the above page completes display the #cfhttp.filecontent# and remove the page loading message.

    €47 (Avg Bid)
    €47 Gns Bud
    1 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    I currently have a Coldfusion script that downloads and resizes 50 photos / minute. I need a new script, which does not need to be in Coldfusi...bid. If you wish to see how fast you can get the script before I accept somebody for this project, I can send you a small portion of my MS SQL 2005 database. Please do not send any deliverables before I select somebody. Just let me know that you got the script working at some rate such as 150 photos / minute. ## Deliverables To give you an idea of what the current script does, it uses a CFHTTP call to retrieve the photo, checks the for 200, uses CFFILE to write to a file, resizes the photo, and then inputs that information into a database. If you are interested, please ask for the original script.

    €34 (Avg Bid)
    €34 Gns Bud
    5 bud

    I need a form filled by javascript or by iframe on another website I don't own. I have javascript code that works to fill out a form using Coldfusion and CFHTTP and Javascript. Now the other website requires login when using CFHTTP.? Is there a way that one iFrame that I own access to, could talk to the other iframe and fill the fields with javascript or somehow? ## Deliverables I need a form filled by javascript or by iframe on another website I don't own. I have javascript code that works to fill out a form using Coldfusion and CFHTTP and Javascript. Now the other website requires login when using CFHTTP.? Is there a way that one iFrame that I own access to, could talk to the other iframe and fill the fields with javascript or someho...

    €139 (Avg Bid)
    €139 Gns Bud
    2 bud

    I need a form filled by javascript or by iframe on another website I don't own. I have javascript code that works to fill out a form using Coldfusion and CFHTTP and Javascript. Now the other website requires login when using CFHTTP. Is there a way that one iFrame that I own access to, could talk to the other iframe and fill the fields with javascript or somehow? I am currently using code like this: <script> $('input:text:eq(1)').val('#price#'); $('input:text:eq(0)').val('#JSStringFormat(title)#'); $('input:text:eq(2)').val('#JSStringFormat()#'); $('textarea:eq(0)').val('#JSStringFormat(thecode)#'); $('input:text:eq(3)').val('#email#'); $('input:tex...

    €336 (Avg Bid)
    Fremhævet
    €336 Gns Bud
    6 bud

    I have 2 long term projects, you can do one or both. Both are long term projects, must mention which you're interested in. 1. Create web application using Coldfusin + JQuery + SQL Server database. Site will be a CRUD application that works simply. Project will be launched in multiple phases with each phase taking 3 weeks. Also will need to know regex for screen scraping + cfhttp use on secure sites that can login, download excel sheets, analyze the data IN the excel sheets and then insert them to a database. 2. Create a database intensive application that analyzes backend data to create charts. Also will need to know how to make an OLAP grid and know enough statistics to determine statistical significances in data patterns. Will need to make basic interfaces that can disp...

    €941 (Avg Bid)
    €941 Gns Bud
    13 bud

    ...tag will do a query to the search engine indicated. - Tag name indicates which search engine to use - SearchTerm indicates which search phrase to query - Domain indicates what domain name to match - Depth = the number of ranks deep to check Each search engine allows a parameter in the URL on the GET operation that indicates the number of rows to return. If depth = 100, you will do one CFHTTP GET operation with that parameter in the URL, indicating to return one result page with 100 records. You should not be doing 10 queries to get 10 results per query. When you get the results, they should be parsed and placed into an array. IMPORTANT: We ONLY want natural search results. Ignore all Pay-Per-Click / Sponsored Search, as well as any Local Search (ie. the maps)....

    N/A
    N/A
    0 bud

    I need an alternate to <CFHTTP> (originally ColdFusion) to be ported to PHP and client side. I would image this would be easiest achieved using JavaScript, but if you know another way I am open ears. The thing I like about CFHTTP in ColdFusion is the versatility. You can retrieve the contents of a page, you can check the response code from that page or you could just do an HTTP request (making API's a lot easier). I would like a PHP version of this code. I would also like a similar function available client side for making HTTP header requests and getting the contents of the page after the call is processed. Sample usage with working info must be presented so I am not left "guessing" at how to use a potentially fantastic system. ## ...

    €39 (Avg Bid)
    €39 Gns Bud
    1 bud

    I need an alternate to <CFHTTP> (originally ColdFusion) to be ported to PHP and client side. I would image this would be easiest achieved using JavaScript, but if you know another way I am open ears. The thing I like about CFHTTP in ColdFusion is the versatility. You can retrieve the contents of a page, you can check the response code from that page or you could just do an HTTP request (making API's a lot easier). I would like a PHP version of this code. I would also like a similar function available client side for making HTTP header requests and getting the contents of the page after the call is processed. Sample usage with working info must be presented so I am not left "guessing" at how to use a potentially fantastic system. ## ...

    €48 (Avg Bid)
    €48 Gns Bud
    1 bud

    Hi There We're looking for a good coldfusion developer to do a project for us. Full details included in the zip file. Thanks for taking the time to read our job request. Daniel

    €60 (Avg Bid)
    €60 Gns Bud
    2 bud

    I am trying to log into a website to grab my stats from using coldfusion 8's CFHTTP tag. I tried submitting all the form fields using cfhttpparam but it is still returning an error - unable to login. Perhaps I'm missing CGI or cookie information. The website is The task list is: 1. Create CFHTTP that can log into site using my username and password 2. Parse the site's page as text and look for the keyword "total:" which will have a number next to it. Return that number. I will give you my login information via private msg. Thanks ## Deliverables If you can just login to the site, that is fine. If you need work beyond that I can give you other small coldfusion tasks that I have.

    €52 (Avg Bid)
    €52 Gns Bud
    5 bud

    ...2008 6:51:50 AM: FYI ... I found this on a coldfusion forum. It is greek to me. The poster said cfhttp is an easier solution but gave no tips. * * *This broadcast message was sent to all bidders on Tuesday Dec 30, 2008 12:23:22 PM: Based on this comment from one of the bidders, I am making a requirement that the solution be based on cfhttp, and not use the object. Bidder comment ... "Yes, it's correct example. He builds xml string variable and send it to xmlrpc server. For sending he uses "com" object "", cfhttp can be used as well. Cfhttp has this advantage it will work on all coldfusion servers, com object solution may not work on all servers

    €122 (Avg Bid)
    €122 Gns Bud
    3 bud

    ...<br><br>here #companyid#<br><br> <cfset thenewurl="#posturl#?enrollerId=976543102&affiliateCompanyId=#companyid#&affiliateLeadId=#leadid#&ipAddress=#ipaddress#&firstName=#firstName#&lastName=#lastName#&phone=#phone#&email=#email#&country=#country#"> <cfset thenewurl = replace(thenewurl," ","%20","ALL")> <cfhttp url="#thenewurl#" method="GET" resolveurl="true"></cfhttp> #thenewurl#<br> <cftry> <cfquery name="updateleads" datasource="leaddelivery" maxrows=1 dbtype="ODBC">update leads set postResult ='#cfhttp.fileContent#', postdate = GETDATE() where leadid = �...

    N/A
    Fremhævet
    N/A
    0 bud

    ...XML to a FedEx web server that will Use the Courier Dispatch Service to access the Courier Dispatch transaction. This transaction schedules a courier to pickup a shipment at the location specified in the transaction. The second function is Cancel Courier Dispatch Service which will accepts the returned DispatchConfirmationNumber from the first server to cancel the dispatch. The arguments, posting CFHTTP, and structure to return are completed. What you would need to do is review the supplied documentation from FedEx and script out the XML accordingly and input the variables/arguments given. Then you would need to reference the return XML and plug in the returned variables into the structure I have already prepared. Attached is the CFC, a FedEx PDF and a more complete bid request ...

    €167 (Avg Bid)
    €167 Gns Bud
    2 bud

    ...emma_member_name_first=Bob"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,":RemoteSignup"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS,$post); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); $response_code = curl_exec ($ch); curl_close ($ch); ColdFusion MX <CFHTTP url=":RemoteSignup" method="POST" throwonerror="yes"> <CFHTTPPARAM type="FORMFIELD" name="emma_account_id" value="14714"> <CFHTTPPARAM type="FORMFIELD" name="signup_post" value="24842"> <CFHTTPPARAM type="FORMFIELD" name="username"

    €28 - €94
    Forseglet
    €28 - €94
    7 bud

    Vær venlig at Tilmelde dig eller Log ind for at se detaljer.

    Fremhævet

    ...from rapidshare server. I'm looking for code without any interface. A simple form submission where I can insert a rapidshare file link will suffice. Code must be delivered unencryted. Similar projects have been completed using PHP. I'm looking for a Coldfusion version ONLY. Using Java calls within CF for some routines is acceptable. This should be an easy project for someone adept in using CFHTTP. The developer will retain rights granting me unlimted rights to the application. Those rights granted will include: the right to use unlimited copies on any server, sell or distribute the application in whole or as a part of another application including any derivatives of the application. Budget for this project is $100-$150 US. Payment wil be made after testing...

    €141 (Avg Bid)
    €141 Gns Bud
    2 bud

    ...hosting server and use something like Tor or an alternative to make anonymous requests. If Tor is not possible, I need someone who can: A. write a coldfusion script that can scrape IPs, B. filter CoDeen servers and transparent IPs, C. keep the anonymous, working, IPs in a Database and check if they work every 20 mins. They may be checked using an online proxy checker if you know how to use cfhttp and cfhttpparam. D. When making a request I want to send random data for User-Agent, client-ip, etc. (If I do this, can I use transparent proxies safely?) Host: Accept: text/xml, application/xml, application/xhtml+xml, Accept-Encoding: identity User-Agent: Mozilla/4.78 (TuringOS. Turing Machine 0.0) Client-ip: X.X.X.X ------------ BAD BAD! Via: HTTP/1.1 proxy-02[XXXXXXX...

    N/A
    N/A
    0 bud

    ...to complete our checkout (link on our site) C) This program update our records which will then allow the system to send a follow-up email to customers. TECHNOLOGY REQUIREMENTS: Coldfusion MX 6.1 / 7.2 Coldfusion eBay API examples are available from eBay we are aware of some reported issues using the http within CFMX 6.1 so the tag cfx_http has been installed - we now believe the the CFhttp tag has been fixed in MX 7.02 as all Coldfusion samples within eBay require Coldfusion MX 7 onwards sould the developer develop in MX6.1 more info on cfx_http () we prefer the use of Fusebox 3 OTHER POINTS we have in-house Coldfusion programmers - however none have experience with eBay API - we believe this is better served to have someone with

    €281 - €1407
    Fremhævet Forseglet
    €281 - €1407
    14 bud

    ...file#"> <cfif eq "Delete"> <CFIF GT 0> <cffile file="#pathn##urldecode()##URL.file#" action="delete"> <cflocation url="()#"> </CFIF> <cfelse> <CFIF GT 0> <!--- <cfhttp method="Get" url="#getdirectoryfrompath(pathn)##URL.file#" path="#pathn#" file="#URL.file#"> ---> <CFHEADER NAME="content-disposition" VALUE="attachment; filename=#URL.file#"> <CFCONTENT type="application/unknown" file="#pathn##URLdecode()##URL

    €28 - €94
    €28 - €94
    0 bud

    ...that is required is proof of a working solution. The code can be in ASP, PHP, coldfusion, or perl. The code, which is posted below, is in coldfusion and bids on ebay and has worked up until today. eBay periodically their pages/login system and our current code is missing something that logs the user in (possibly dealing with cookies). This is urgent. The code posted below simply makes a CFHTTP Post call to an ebay page, and attempts to get back a confirmation page. The problem is with the login, so I would suggest if, when you run the code, nothing comes to mind, write a short procedure that just logs into ebay using the test account provided. There is another similar PHP solution which I'm not sure if it works at:

    N/A
    Fremhævet
    N/A
    0 bud

    I have code that I need fixed today. The code, which is posted below, bids on ebay and has worked up until today. eBay periodically their pages/login system and our current code is missing something that logs the user in (possibly dealing with cookies and passing a token). This is urgent and should be completed today. The code posted below simply makes a CFHTTP GET call to an ebay page, and attempts to get back a confirmation page. The problem is with the login, so I would suggest if, when you run the code, nothing comes to mind, write a short procedure that just logs into ebay using the test account provided. Code: Also is attached.

    €94 (Avg Bid)
    Fremhævet
    €94 Gns Bud
    1 bud

    ...system and our current code is missing something that logs the user in (possibly dealing with cookies and passing a token). This is urgent. The code posted below simply makes a CFHTTP Post call to an ebay page, and attempts to get back a confirmation page. The problem is with the login, so I would suggest if, when you run the code, nothing comes to mind, write a short procedure that just logs into ebay using the test account provided. Please email me at if you have any questions or would like to submit a solution. Code: The code posted below simply makes a CFHTTP Post call to an ebay page, and attempts to get back a confirmation page. The problem is with the login, so I would suggest if, when you run the code, nothing comes to mind, write a

    €94 - €281
    €94 - €281
    0 bud

    I have an old coldfusion script that I wrote that takes a specific piped text file from an url and does some case switch to do some conditional changes on the incoming data, then uploads it to a SQL server table. Pretty basic stuff. It worked for a long time, then tried and am getting incorrect number of columns error, and I do not have time. Should not be more than 2 hours work (tops) for ... That is about it. Approximate start date of the project after selecting a bid Immediate (within 1-2 days) Additional Description The following was added to the description on Tue Oct 4 17:07:38 2005 , after the project was originally posted. Please note: I am not saying that the records are going to come in via URL. The script will be pulling the data from an url via CFH...

    €28 (Avg Bid)
    €28 Gns Bud
    3 bud

    I need someone to create me a page in Coldfusion. I am grabbing a website by using cfhttp, then I want to find all text between: 'table width="100%" border="0" cellspacing="1" cellpadding="2"' and '/table' I will change the above values to be what I need, but basically I need an 'find text inbetween this and this' type deal. Payment via escrow.

    N/A
    N/A
    0 bud

    I need someone to create me a custom tag in Coldfusion. I would like to input something like: 'table width="100%" border="0" cellspacing="1" cellpadding="2"' and '/table' and have it return anything onput on the page using cfhttp within those two items. Payment via escrow after fully testing of the project.

    N/A
    N/A
    0 bud

    I need a coldfusion programmer who is good with regular expressions, and the cfhttp tag. will pay by hour. URGENT

    €9 (Avg Bid)
    €9 Gns Bud
    1 bud

    ...must format and kick back in a second request). Step 2 is saving all of the required information and formatting it for a second request. I have this done but it is not formatted correctly because Step 3 fails. Step 3 is the second request....the response is supposed to be a 200 code, but I am receiving back a 401 or 'Bad Request' dependant upon the format I configure. I have been trying this with cfhttp, but do not care how it is done as long as 1) nothing needs to be loaded by the cold fusion administrator (I am using a shared hosting cold fusion program for this so I do not have access and dont wish to try) and 2) the authentication starts a session that allows me to then send queries (which I will code myself using protocol). and 3) this needs to be written in coldfu...

    €69 (Avg Bid)
    €69 Gns Bud
    1 bud
    Website visitor Udløbet left

    Create a script that visits preselected websites, logs in, goes to a particualr page, and parses the information to local file/website for data manipulation. I do not need the data manipulation at this time. Preselected sites, login info, and data will be parameter based. Must be written in Coldfusion MX 6.x using CFHTTP command. This command was made to do what I need , but need someone to put it all together. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's e...

    €55 (Avg Bid)
    €55 Gns Bud
    1 bud

    I need help with the syntax of extracting an XML node value into a Cold Fusion variable. My current Cold Fusion page grabs an XML response using the <cfhttp> tag, then the returned XML is in #cfhttp.filecontent#. I can dump the XML out from #cfhttp.filecontent# and can see the contents. I just have not been able to figure out how to iterate to a node and assign the value of the node to a variable. Should be simple for someone that has done this before! Thanks!!!! (Note platform - Linux/Cold Fusion. Solution can not contain the Microsoft XML object install.) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depend...

    €11 (Avg Bid)
    €11 Gns Bud
    1 bud

    We need someone to include an ASPX file within a Cold Fusion file (attached) using Cold Fusion MX compatible code. We did this in the past using this code---------------------------------------------------------------------------------------------------------------- #CFHTTP.FileContent# ---------------------------------------------------------------------------------------------------------------- The client made changes to their site and now it does not work (the code shown above is the code we have now, it may not be what we originally posted.) We need someone to fix the attached CFM file and include the ASPX file in it . The ASPX file is located here: We are in a hurry on this, PLEASE ONLY BID IF YOU ARE SURE YOU CAN DO THIS. We don't care how you do it technically, but the ASPX f...

    €44 (Avg Bid)
    €44 Gns Bud
    6 bud

    ...can go two ways, I can either check to see for the particular ISBN if there's an updated price for the specific bookstore through CF, or the java class can do it. I don't know which one would be more efficient. either way, once its determined that we need to get an updated price, the java class will make the request to all the relevant bookstores assuming the whole things works pretty much like a cfhttp, we get the returning page, which will be either XML or html, page scrape for 2-5 bits of data (most importantly would be new/used prices, availability, but maybe edition or title), then store it in the database. once it's in the database the calling CF template needs to know that all bookstores have been processed and thus display the results to the user. some thin...

    €3799 (Avg Bid)
    €3799 Gns Bud
    3 bud