passing array from coldfusion to .NET web service

2008-08-25 Thread james carberry
Having problem passing complex data (i.e. an array) to a web service authored in .NET that expects data of type "array". Code: passing array to web service == keep getting the famous error - Web service operation ProcessMember

Re: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-21 Thread james carberry
Just put the following line at the TOP of your application.cfm to innoculate your CF webs against this attack: peace, j >Just was looking at a 'user monitor' page on one of my sites and I saw the >url string below being called. I've seen several sql injection urls before, >but what the heck ar

Re: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-21 Thread james carberry
Even easier than monkeying with every single one of your cfquery's just add following line to the TOP of all your application.cfm's: This will immediately shut down execution of any CFM that this piece of trash tries to invoke to execute this particular type of SQL for. peace, j >Just wa

Re: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-21 Thread james carberry
>Just was looking at a 'user monitor' page on one of my sites and I saw the >url string below being called. I've seen several sql injection urls before, >but what the heck are they trying to accomplish here? Eeverything is >cfqueryparam'ed. Thanks, Che > >/rss.cfm?';DECLARE @S CHAR(4000);SET >@S=CA

Re: vspider - collection not found

2007-10-17 Thread james carberry
I am having the EXACT same problem... has anyone found a fix for this? Thx! -j >Recently upgraded to CFMX 7 (7.02) and I cannot get the Vspider (which >had been working >fine on 6) to work. > >I've got it spidering localhost - it's adding documents. I go in to >CF Admin and add the >collection an

Verity Spider error - vgwhttp: http init failed

2007-09-04 Thread james carberry
Trying to use Verity vspider to index dynamic content pages on my site (gr)... copied the "style" files from Adobe livedocs, followed directions, and get the following: E:\CFusionMX7\verity\k2\_nti40\bin>e:\CFusionMX7\verity\k2\_nti40\bin\vspider -s tyle e:\CFusionMX7\verity\Data\stylesets\Co

Gregorian date returned from consumed .NET web service

2007-07-26 Thread james carberry
I am consuming a .NET based web service from CF7 using: http://sme.atsol.org/contacts.asmx?wsdl"; method="getContact" returnvariable="aResults"> I am able to access the returned array, but the dates are apparently java objects and are in "Gregorian calendar" format. Is there an easy w

Consuming web service returns Gregorian Calendar date

2007-07-26 Thread james carberry
I am trying to consume a web service that was authored in .NET from my CF7 app... it returns several items in an array. I can read the text (strings) just fine, but the dates are coming back as Gregorian Calendar java objects. How in the world do I get that back into a date CF can understand :)

Consuming web service returns Gregorian Calendar date

2007-07-26 Thread james carberry
I am trying to consume a web service that was authored in .NET from my CF7 app... it returns several items in an array. I can read the text (strings) just fine, but the dates are coming back as Gregorian Calendar java objects. How in the world do I get that back into a date CF can understand :)

Re: Handling complex data returned from consumed .NET web service

2007-07-13 Thread james carberry
Worked perfectly!! Do you know if there is an easy way to move the info in the array to a regular ColdFusion query object? Thx! ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. h

Re: Handling complex data returned from consumed .NET web service

2007-07-13 Thread james carberry
Thx for your reply! That returns: org.smenet.www.LookUps.Results Two questions: 1) Is there some way to utilize this response to get the actual output? 2) I couldn't find the ColdFusion docs for getClass() or getName() - is there a help file for these functions somewhere? Thx! -j ~

Handling complex data returned from consumed .NET web service

2007-07-13 Thread james carberry
I am having trouble figuring out how to access data returned from a web service I am consuming from my ColdFusion app. The web service is in .NET if that makes any difference. The web service is called "getCountries" and it should basically return a result set with a list of country codes (pro

Preferred clientstorage setting for client variables

2007-04-25 Thread james carberry
ds pile up on our SQL server. The primary use of this would really just be to allow the user to have their login status "remembered" so they would not have to log into our site every time. Any arguments one way or the other? Thx! -James Carberry Col

Re: New Features In Scorpio

2007-03-26 Thread james carberry
Ben - Are there any screenshots available that depict the presentation layer appearance of the new ajaxified text editor? Thx! -j >Yep, you are going to need for this, and any related from controls. >And I know that many loathe because of the JavaScript it created >way back when, but if you'v

Re: Eliminating .cfm extensions in SES

2007-03-19 Thread james carberry
>Yes, you would need to use url rewriting, either through apache with >mod_rewrite, one of the third party plugins for IIS, or a custom 404 handler >for cf. > >Russ > >> Can you recommend any of these 3rd Party IIS plug ins? Thanks! -j

Eliminating .cfm extensions in SES

2007-03-19 Thread james carberry
I am on a quest to figure out a more "seamless" approach to Search Engine Safe (SES) URL's with ColdFusion. Several solutions I have seen achieve SES using a URL like http://www.myweb.com/targetpage.cfm/variable1/parameter1 What I want to achieve is the same result, but without having to "give